aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs
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/dialogs
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/dialogs')
-rw-r--r--calendar/gui/dialogs/cal-prefs-dialog.c1
1 files changed, 1 insertions, 0 deletions
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);