From e0013dc55c7177e91e09332b2a090ff0e65119ed Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 30 Jan 2006 06:27:03 +0000 Subject: fixes #327344 svn path=/trunk/; revision=31348 --- calendar/gui/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/main.c') 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); -- cgit v1.2.3