aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/main.c
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-01-30 14:27:03 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-01-30 14:27:03 +0800
commite0013dc55c7177e91e09332b2a090ff0e65119ed (patch)
tree9461f651b4d16203399d038199a8d7b63ea1d167 /calendar/gui/main.c
parent6cae381d7adfc6f5c18026ae9253757629470a2b (diff)
downloadgsoc2013-evolution-e0013dc55c7177e91e09332b2a090ff0e65119ed.tar
gsoc2013-evolution-e0013dc55c7177e91e09332b2a090ff0e65119ed.tar.gz
gsoc2013-evolution-e0013dc55c7177e91e09332b2a090ff0e65119ed.tar.bz2
gsoc2013-evolution-e0013dc55c7177e91e09332b2a090ff0e65119ed.tar.lz
gsoc2013-evolution-e0013dc55c7177e91e09332b2a090ff0e65119ed.tar.xz
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.c2
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);