aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-10-29 22:37:23 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-10-29 22:37:23 +0800
commit6c743503b1f747c50e28c05aed4ad4c620a3912e (patch)
tree988b2fea553d72ac5c566de4ca2ab09b0b679480 /calendar/ChangeLog
parentfd1be1837acc71058f3f0ab4b99526639300b862 (diff)
downloadgsoc2013-evolution-6c743503b1f747c50e28c05aed4ad4c620a3912e.tar
gsoc2013-evolution-6c743503b1f747c50e28c05aed4ad4c620a3912e.tar.gz
gsoc2013-evolution-6c743503b1f747c50e28c05aed4ad4c620a3912e.tar.bz2
gsoc2013-evolution-6c743503b1f747c50e28c05aed4ad4c620a3912e.tar.lz
gsoc2013-evolution-6c743503b1f747c50e28c05aed4ad4c620a3912e.tar.xz
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/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 116ab1b8f1..fca2ac3644 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,17 @@
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 changes
+
+2003-10-29 JP Rosevear <jpr@ximian.com>
+
* gui/dialogs/recurrence-page.c (recurrence_page_finalize): unref
config manager
(init_widgets): create config manager for the e-calendar