diff options
author | JP Rosevear <jpr@ximian.com> | 2002-10-09 01:02:08 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-10-09 01:02:08 +0800 |
commit | 00c1d84f673924046b9eecf478c6ec5f87ab3b18 (patch) | |
tree | 02ebab9cca4ff5daaf6cce54bfd676976f46348f /calendar/gui/dialogs | |
parent | 6bb5112aa5cd794c7ac79459dc84f01b3966e060 (diff) | |
download | gsoc2013-evolution-00c1d84f673924046b9eecf478c6ec5f87ab3b18.tar.gz gsoc2013-evolution-00c1d84f673924046b9eecf478c6ec5f87ab3b18.tar.zst gsoc2013-evolution-00c1d84f673924046b9eecf478c6ec5f87ab3b18.zip |
set the 24 hour format initially
2002-10-08 JP Rosevear <jpr@ximian.com>
* gui/dialogs/cal-prefs-dialog.c
(cal_prefs_dialog_create_time_edit): set the 24 hour format
initially
2002-10-08 JP Rosevear <jpr@ximian.com>
* gui/e-week-view.c: remove pilot settings from contextual menu
* gui/e-day-view.c: ditto
svn path=/trunk/; revision=18351
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/cal-prefs-dialog.c | 1 |
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 acb686026a..6f4378f7a8 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.c +++ b/calendar/gui/dialogs/cal-prefs-dialog.c @@ -346,6 +346,7 @@ cal_prefs_dialog_create_time_edit (void) dedit = e_date_edit_new (); + 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); |