From 86755b7d11c4773744cf42ed75667c7cc6aff0c7 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Mon, 3 Dec 2001 22:59:20 +0000 Subject: make sure we call e_table_model_pre_change() before changing the model. 2001-12-03 Damon Chaplin * 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 --- calendar/gui/calendar-config.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'calendar/gui/calendar-config.c') 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)); } -- cgit