diff options
author | Dan Winship <danw@src.gnome.org> | 2003-07-23 23:06:55 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-07-23 23:06:55 +0800 |
commit | 6742a6ed125e292940d616441eec51e4c227a6c9 (patch) | |
tree | 0098892fce5f53045f1e26911dda4cbaf516b585 /shell/e-shell-importer.c | |
parent | 16d96582c1133e540812255264195a24c37dc303 (diff) | |
download | gsoc2013-evolution-6742a6ed125e292940d616441eec51e4c227a6c9.tar.gz gsoc2013-evolution-6742a6ed125e292940d616441eec51e4c227a6c9.tar.zst gsoc2013-evolution-6742a6ed125e292940d616441eec51e4c227a6c9.zip |
Fix a warning
* e-shell-importer.c (prepare_intelligent_page): Fix a warning
svn path=/trunk/; revision=21907
Diffstat (limited to 'shell/e-shell-importer.c')
-rw-r--r-- | shell/e-shell-importer.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) { |