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/dialogs/cal-prefs-dialog.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui/dialogs/cal-prefs-dialog.c') diff --git a/calendar/gui/dialogs/cal-prefs-dialog.c b/calendar/gui/dialogs/cal-prefs-dialog.c index 996b257353..b39b8e54fd 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.c +++ b/calendar/gui/dialogs/cal-prefs-dialog.c @@ -689,6 +689,7 @@ cal_prefs_dialog_create_time_edit (void) dedit = e_date_edit_new (); + gtk_widget_show (GTK_WIDGET (dedit)); e_date_edit_set_use_24_hour_format (E_DATE_EDIT (dedit), calendar_config_get_24_hour_format ()); e_date_edit_set_time_popup_range (E_DATE_EDIT (dedit), 0, 24); e_date_edit_set_show_date (E_DATE_EDIT (dedit), FALSE); -- cgit v1.2.3