diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2005-02-04 20:18:51 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2005-02-04 20:18:51 +0800 |
commit | 39c919c85ca2c80f527e10b8f842ecda726f05fe (patch) | |
tree | ea19f3cb5dcca82245d7f36a2af836518d16179d /calendar/gui/e-calendar-view.c | |
parent | 958515a10ad2c5fd363381fed9a317c29433a04d (diff) | |
download | gsoc2013-evolution-39c919c85ca2c80f527e10b8f842ecda726f05fe.tar.gz gsoc2013-evolution-39c919c85ca2c80f527e10b8f842ecda726f05fe.tar.zst gsoc2013-evolution-39c919c85ca2c80f527e10b8f842ecda726f05fe.zip |
clear the component preview when we update the view.
2005-02-04 Rodrigo Moya <rodrigo@novell.com>
* gui/e-tasks.c (update_view): clear the component preview when we
update the view.
* gui/e-cal-model.c (set_instance_times): use the correct timezone.
Removed commented code.
svn path=/trunk/; revision=28708
Diffstat (limited to 'calendar/gui/e-calendar-view.c')
-rw-r--r-- | calendar/gui/e-calendar-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c index 0ca92240d0..6c03060dda 100644 --- a/calendar/gui/e-calendar-view.c +++ b/calendar/gui/e-calendar-view.c @@ -830,7 +830,7 @@ delete_event (ECalendarView *cal_view, ECalendarViewEvent *event) g_object_unref (comp); return; } - + e_cal_remove_object (event->comp_data->client, uid, &error); delete_error_dialog (error, E_CAL_COMPONENT_EVENT); g_clear_error (&error); |