Remove reference to 'struct data_editor' which is a type which no longer exists
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 2 Mar 2009 11:51:04 +0000 (20:51 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 2 Mar 2009 11:51:04 +0000 (20:51 +0900)
src/ui/gui/text-data-import-dialog.c

index a77267967bfe0b67bc56662567046721893cdf03..de2ef522300b641c0a287f03eb7b98fe49c07145 100644 (file)
@@ -233,10 +233,8 @@ static void pop_watch_cursor (struct import_assistant *);
 
 /* Pops up the Text Data Import assistant. */
 void
-text_data_import_assistant (GObject *o, gpointer de_)
+text_data_import_assistant (GObject *o, GtkWindow *parent_window)
 {
-  struct data_editor *de = de_;
-  GtkWindow *parent_window = GTK_WINDOW (de);
   struct import_assistant *ia;
 
   ia = xzalloc (sizeof *ia);