aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-10-31 18:43:57 +0800
committerChris Lahey <clahey@src.gnome.org>2001-10-31 18:43:57 +0800
commitdccfbb1fbf368a8edb2ab78fd07b69b767ec1997 (patch)
tree963f2a7bedef8922e937c950140562b34f7e96ea /calendar
parent2cfc5ae7aee2bd4db5f82a9d972ec552c17cdc07 (diff)
downloadgsoc2013-evolution-dccfbb1fbf368a8edb2ab78fd07b69b767ec1997.tar.gz
gsoc2013-evolution-dccfbb1fbf368a8edb2ab78fd07b69b767ec1997.tar.zst
gsoc2013-evolution-dccfbb1fbf368a8edb2ab78fd07b69b767ec1997.zip
Make the pre_changes and changes match here.
2001-10-31 Christopher James Lahey <clahey@ximian.com> * gui/calendar-model.c: Make the pre_changes and changes match here. svn path=/trunk/; revision=14527
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/calendar-model.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 692db09bc3..daa05c187b 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-31 Christopher James Lahey <clahey@ximian.com>
+
+ * gui/calendar-model.c: Make the pre_changes and changes match
+ here.
+
2001-10-31 JP Rosevear <jpr@ximian.com>
* gui/itip-utils.c (itip_send_comp): send as mixed rather than
diff --git a/calendar/gui/calendar-model.c b/calendar/gui/calendar-model.c
index 629a4f6108..bba7c061e9 100644
--- a/calendar/gui/calendar-model.c
+++ b/calendar/gui/calendar-model.c
@@ -2382,6 +2382,7 @@ calendar_model_set_use_24_hour_format (CalendarModel *model,
g_return_if_fail (IS_CALENDAR_MODEL (model));
if (model->priv->use_24_hour_format != use_24_hour_format) {
+ e_table_model_pre_change (E_TABLE_MODEL (model));
model->priv->use_24_hour_format = use_24_hour_format;
/* Get the views to redraw themselves. */
e_table_model_changed (E_TABLE_MODEL (model));
@@ -2418,6 +2419,7 @@ calendar_model_set_timezone (CalendarModel *model,
g_return_if_fail (IS_CALENDAR_MODEL (model));
if (model->priv->zone != zone) {
+ e_table_model_pre_change (E_TABLE_MODEL (model));
model->priv->zone = zone;
/* The timezone affects the times shown for COMPLETED and
/td>1-1/+1 * Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-061-3/+1 * - Fix breakage in the DYNAMIC-enabled ports triggered by the recentpgj2013-02-061-0/+1 * - Update The Glorious Glasgow Haskell Compiler to version 7.4.2pgj2012-12-203-12/+7 * - Teach the Haskell Cabal ports to use the new options frameworkpgj2012-08-031-1/+1 * - Update The Glorious Glasgow Haskell Compiler to version 7.4.1pgj2012-06-041-1/+1 * - update png to 1.5.10dinoex2012-06-011-1/+1 * - Please welcome GHC 7.0.4pgj2012-02-132-4/+1 * - Update to 1.17ashish2011-07-104-29/+6 * - Please welcome GHC 7.0.3ashish2011-05-098-140/+55 * Rename the following Haskell ports to bring them in sync with thepgj2010-05-251-1/+1 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-0/+1 * - Update to 1.15pgj2010-01-084-66/+27 * - Unbreak build.pgj2009-11-092-2/+40 * - Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bumppgj2009-09-021-4/+6 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * - Take maintainership for haskell@pgj2009-05-091-1/+1 * - Fix PORTDATA supportpgj2009-03-212-14/+24 * - Update to 1.14pgj2009-03-033-23/+13