aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/e-shell-importer.c3
2 files changed, 6 insertions, 3 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index af93597d82..3c7756b543 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-23 Dan Winship <danw@ximian.com>
+
+ * e-shell-importer.c (prepare_intelligent_page): Fix a warning
+
2003-07-22 Antonio Xu <antonio.xu@sun.com>
* e-shell-startup-wizard.c (e_shell_startup_wizard_create): connect
@@ -11,7 +15,7 @@
forward button rather than jump to finish page. [#46017]
2003-07-15 Antonio Xu <antonio.xu@sun.com>
-
+
* e-shell-startup-wizard.c (e_shell_startup_wizard_create): connect
"back" signal to back_finish_func in finish page.
(back_finish_func): handle "back" signal.
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index 4bdee8f1a6..bf7481154c 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -739,8 +739,7 @@ prepare_intelligent_page (GnomeDruidPage *page,
GtkWidget *dialog;
ImportDialogImporterPage *import;
GList *l, *importers;
- GtkWidget *table;
- GtkLabel *no_data;
+ GtkWidget *table, *no_data;
int running = 0;
if (data->importerpage->prepared == TRUE) {