From 4c8d38a448f94d4e5b712ded5c84b7589a6ce720 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 2 Mar 2009 20:51:04 +0900 Subject: [PATCH] Remove reference to 'struct data_editor' which is a type which no longer exists --- src/ui/gui/text-data-import-dialog.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ui/gui/text-data-import-dialog.c b/src/ui/gui/text-data-import-dialog.c index a7726796..de2ef522 100644 --- a/src/ui/gui/text-data-import-dialog.c +++ b/src/ui/gui/text-data-import-dialog.c @@ -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); -- 2.30.2