aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-config.c
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/gui/calendar-config.c
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/gui/calendar-config.c')
-rw-r--r--calendar/gui/calendar-config.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/calendar/gui/calendar-config.c b/calendar/gui/calendar-config.c
index b5ae415faf..b594423446 100644
--- a/calendar/gui/calendar-config.c
+++ b/calendar/gui/calendar-config.c
@@ -908,11 +908,6 @@ calendar_config_configure_e_calendar_table (ECalendarTable *cal_table)
/* Reload the event/tasks, since the 'Hide Completed Tasks' option
may have been changed, so the query needs to be updated. */
calendar_model_refresh (model);
-
- /* This is for changing the colors of the text; they will be re-fetched
- * by ECellText when the table is redrawn.
- */
- e_table_model_changed (E_TABLE_MODEL (model));
}