diff options
author | JP Rosevear <jpr@ximian.com> | 2003-10-29 22:37:23 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-10-29 22:37:23 +0800 |
commit | 6c743503b1f747c50e28c05aed4ad4c620a3912e (patch) | |
tree | 988b2fea553d72ac5c566de4ca2ab09b0b679480 /calendar/gui/e-week-view-config.c | |
parent | fd1be1837acc71058f3f0ab4b99526639300b862 (diff) | |
download | gsoc2013-evolution-6c743503b1f747c50e28c05aed4ad4c620a3912e.tar.gz gsoc2013-evolution-6c743503b1f747c50e28c05aed4ad4c620a3912e.tar.zst gsoc2013-evolution-6c743503b1f747c50e28c05aed4ad4c620a3912e.zip |
set the format on the cal view
2003-10-29 JP Rosevear <jpr@ximian.com>
* gui/e-day-view-config.c (set_twentyfour_hour): set the format on
the cal view
* gui/e-week-view-config.c (set_twentyfour_hour): ditto
* gui/e-cal-list-view-config.c (set_twentyfour_hour): set the 24
hour format on the view
(twentyfour_hour_changed_cb): 24 hour format change callback
(e_cal_list_view_config_set_view): handle 24 hour format change
svn path=/trunk/; revision=23116
Diffstat (limited to 'calendar/gui/e-week-view-config.c')
-rw-r--r-- | calendar/gui/e-week-view-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-week-view-config.c b/calendar/gui/e-week-view-config.c index 8b1cdec6d4..097d86dd92 100644 --- a/calendar/gui/e-week-view-config.c +++ b/calendar/gui/e-week-view-config.c @@ -214,7 +214,7 @@ set_twentyfour_hour (EWeekView *week_view) use_24_hour = calendar_config_get_24_hour_format (); - e_week_view_set_24_hour_format (week_view, use_24_hour); + e_cal_view_set_use_24_hour_format (E_CAL_VIEW (week_view), use_24_hour); } static void |