diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-30 14:27:03 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-30 14:27:03 +0800 |
commit | e0013dc55c7177e91e09332b2a090ff0e65119ed (patch) | |
tree | 9461f651b4d16203399d038199a8d7b63ea1d167 /calendar/gui/main.c | |
parent | 6cae381d7adfc6f5c18026ae9253757629470a2b (diff) | |
download | gsoc2013-evolution-e0013dc55c7177e91e09332b2a090ff0e65119ed.tar.gz gsoc2013-evolution-e0013dc55c7177e91e09332b2a090ff0e65119ed.tar.zst gsoc2013-evolution-e0013dc55c7177e91e09332b2a090ff0e65119ed.zip |
fixes #327344
svn path=/trunk/; revision=31348
Diffstat (limited to 'calendar/gui/main.c')
-rw-r--r-- | calendar/gui/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c index 3d2fcfe26b..bc74781ce1 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -190,7 +190,7 @@ factory (BonoboGenericFactory *factory, EvolutionConfigControl *control; prefs = calendar_prefs_dialog_new (); - gtk_widget_show_all (prefs); + gtk_widget_show (prefs); control = evolution_config_control_new (prefs); return BONOBO_OBJECT (control); |