diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-02-11 23:54:49 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-02-11 23:54:49 +0800 |
commit | fbe8356d739ea0af4c4bdf01fe74f00711178ab0 (patch) | |
tree | ba8a32ecee5e4c9c67594d9de3dee9620c4f9ff4 /calendar/gui/e-tasks.c | |
parent | d9e81eafb3031c4ed5cb53ab99764f4decc6b8f6 (diff) | |
download | gsoc2013-evolution-fbe8356d739ea0af4c4bdf01fe74f00711178ab0.tar.gz gsoc2013-evolution-fbe8356d739ea0af4c4bdf01fe74f00711178ab0.tar.zst gsoc2013-evolution-fbe8356d739ea0af4c4bdf01fe74f00711178ab0.zip |
Fixes #53271
2004-02-11 Rodrigo Moya <rodrigo@ximian.com>
Fixes #53271
* gui/calendar-component.c (delete_calendar_cb): remove the source from
the GnomeCalendar widget also.
* gui/tasks-component.c (delete_task_list_cb): ditto.
svn path=/trunk/; revision=24704
Diffstat (limited to 'calendar/gui/e-tasks.c')
-rw-r--r-- | calendar/gui/e-tasks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-tasks.c b/calendar/gui/e-tasks.c index 7376e72cb3..5a0b4b56c3 100644 --- a/calendar/gui/e-tasks.c +++ b/calendar/gui/e-tasks.c @@ -443,7 +443,7 @@ set_timezone (ETasks *tasks) zone = calendar_config_get_icaltimezone (); for (l = priv->clients_list; l != NULL; l = l->next) { ECal *client = l->data; - + if (e_cal_get_load_state (client) == E_CAL_LOAD_LOADED) /* FIXME Error checking */ e_cal_set_default_timezone (client, zone, NULL); |