From 39c919c85ca2c80f527e10b8f842ecda726f05fe Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Fri, 4 Feb 2005 12:18:51 +0000 Subject: clear the component preview when we update the view. 2005-02-04 Rodrigo Moya * 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 --- calendar/gui/dialogs/send-comp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'calendar/gui/dialogs') diff --git a/calendar/gui/dialogs/send-comp.c b/calendar/gui/dialogs/send-comp.c index bc5ce3a35e..c5269f1854 100644 --- a/calendar/gui/dialogs/send-comp.c +++ b/calendar/gui/dialogs/send-comp.c @@ -102,5 +102,3 @@ send_component_prompt_subject (GtkWindow *parent, ECal *client, ECalComponent *c else return FALSE; } - - -- cgit