diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2002-06-20 03:18:19 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2002-06-20 03:18:19 +0800 |
commit | 092b3ef2ab9d971c0290126d674c604a6b270e00 (patch) | |
tree | 3a5030fb6e9769ca96f3a6229a1ddd608808662d /shell/e-shell-importer.c | |
parent | 31cc3a1eb4762733ff361ba8088d9e4547398156 (diff) | |
download | gsoc2013-evolution-092b3ef2ab9d971c0290126d674c604a6b270e00.tar.gz gsoc2013-evolution-092b3ef2ab9d971c0290126d674c604a6b270e00.tar.zst gsoc2013-evolution-092b3ef2ab9d971c0290126d674c604a6b270e00.zip |
Remove #include <config.h> Same Same gtk_widget_show() all items in the
2002-06-19 Kjartan Maraas <kmaraas@gnome.org>
* e-corba-config-page.h: Remove #include <config.h>
* e-shell-about-box.h: Same
* e-history.h: Same
* e-shell-importer.c: gtk_widget_show() all items in the optionmenu
before showing it.
* e-shell-offline-handler.h: Remove #include <config.h>
* e-shell-settings-dialog.h: Same.
svn path=/trunk/; revision=17235
Diffstat (limited to 'shell/e-shell-importer.c')
-rw-r--r-- | shell/e-shell-importer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c index ca53f77abc..4e48d41bc4 100644 --- a/shell/e-shell-importer.c +++ b/shell/e-shell-importer.c @@ -589,7 +589,7 @@ create_plugin_menu (ImportData *data) item = gtk_menu_item_new_with_label (name); g_free (name); - + gtk_widget_show (item); gtk_signal_connect (GTK_OBJECT (item), "activate", GTK_SIGNAL_FUNC (item_selected), data); |