Use signal handlers with the window as the first argument where reasonable to do so
[pspp-builds.git] / src / ui / gui / text-data-import-dialog.c
index b32573c36287072290bcc81687354efca46827fd..03f4f969e039345493088ead562b4dde8b81fce4 100644 (file)
@@ -233,7 +233,7 @@ static void pop_watch_cursor (struct import_assistant *);
 
 /* Pops up the Text Data Import assistant. */
 void
-text_data_import_assistant (GObject *o, GtkWindow *parent_window)
+text_data_import_assistant (GtkWindow *parent_window)
 {
   struct import_assistant *ia;