diff options
author | Damon Chaplin <damon@ximian.com> | 2001-12-04 06:59:20 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-12-04 06:59:20 +0800 |
commit | 86755b7d11c4773744cf42ed75667c7cc6aff0c7 (patch) | |
tree | efc12944c08f64a4b585cb86d832524a0e3c62f9 /calendar/gui/calendar-config.c | |
parent | 35b2f0ce2aded8fc002d76cff57e09aaa9836775 (diff) | |
download | gsoc2013-evolution-86755b7d11c4773744cf42ed75667c7cc6aff0c7.tar.gz 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.c | 5 |
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)); } |