aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-12-04 06:59:20 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-12-04 06:59:20 +0800
commit86755b7d11c4773744cf42ed75667c7cc6aff0c7 (patch)
treeefc12944c08f64a4b585cb86d832524a0e3c62f9 /calendar/ChangeLog
parent35b2f0ce2aded8fc002d76cff57e09aaa9836775 (diff)
downloadgsoc2013-evolution-86755b7d11c4773744cf42ed75667c7cc6aff0c7.tar
gsoc2013-evolution-86755b7d11c4773744cf42ed75667c7cc6aff0c7.tar.gz
gsoc2013-evolution-86755b7d11c4773744cf42ed75667c7cc6aff0c7.tar.bz2
gsoc2013-evolution-86755b7d11c4773744cf42ed75667c7cc6aff0c7.tar.lz
gsoc2013-evolution-86755b7d11c4773744cf42ed75667c7cc6aff0c7.tar.xz
gsoc2013-evolution-86755b7d11c4773744cf42ed75667c7cc6aff0c7.tar.zst
gsoc2013-evolution-86755b7d11c4773744cf42ed75667c7cc6aff0c7.zip
make sure we call e_table_model_pre_change() before changing the model.
2001-12-03 Damon Chaplin <damon@ximian.com> * gui/e-meeting-model.c: * gui/calendar-model.c: make sure we call e_table_model_pre_change() before changing the model. * gui/calendar-config.c (calendar_config_configure_e_calendar_table): removed call to e_table_model_changed(). calendar_model_refresh() results in that anyway. svn path=/trunk/; revision=14854
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 8409c7c76b..50392c0a88 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,15 @@
2001-12-03 Damon Chaplin <damon@ximian.com>
+ * gui/e-meeting-model.c:
+ * gui/calendar-model.c: make sure we call e_table_model_pre_change()
+ before changing the model.
+
+ * gui/calendar-config.c (calendar_config_configure_e_calendar_table):
+ removed call to e_table_model_changed(). calendar_model_refresh()
+ results in that anyway.
+
+2001-12-03 Damon Chaplin <damon@ximian.com>
+
* gui/e-calendar-table.etspec: disabled 'Alarms', 'End Date' and
'Show Time As' fields, as these are not useful for tasks. We may want
to reenable them later if we add a table view of calendar events.