From 7ebffdce1b5df71cb40b7b86a4d0350971fde788 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 7 Jan 2005 20:24:49 +0000 Subject: clear the attendees, somehow I remove this in an earlier commit 2005-01-07 JP Rosevear * gui/dialogs/event-editor.c (event_editor_edit_comp): clear the attendees, somehow I remove this in an earlier commit svn path=/trunk/; revision=28278 --- calendar/gui/dialogs/event-editor.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/gui/dialogs/event-editor.c') diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c index fb550d9724..a4edd680f9 100644 --- a/calendar/gui/dialogs/event-editor.c +++ b/calendar/gui/dialogs/event-editor.c @@ -211,6 +211,9 @@ event_editor_edit_comp (CompEditor *editor, ECalComponent *comp) e_cal_component_get_organizer (comp, &organizer); e_cal_component_get_attendee_list (comp, &attendees); + /* Clear things up */ + e_meeting_store_remove_all_attendees (priv->model); + /* Set up the attendees */ if (attendees == NULL && !priv->is_meeting) { if (priv->meet_page) -- cgit v1.2.3