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
This commit is contained in:
committed by
Chris Lahey
parent
2cfc5ae7ae
commit
dccfbb1fbf
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user