From 9f5a04beb4ce18da2609e93adbb625a51c640e56 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 6 Jun 2005 21:05:18 +0000 Subject: Added support for groupwise meeting delegation. svn path=/trunk/; revision=29463 --- calendar/gui/calendar-component.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'calendar/gui/calendar-component.c') diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index c37e87e82a..03c0243581 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -1194,9 +1194,11 @@ create_new_event (CalendarComponent *calendar_component, CalendarComponentView * } else { ECalComponent *comp; EventEditor *editor; + CompEditorFlags flags; - editor = event_editor_new (ecal, is_meeting); + flags |= COMP_EDITOR_MEETING; comp = cal_comp_event_new_with_current_time (ecal, is_allday); + editor = event_editor_new (ecal, flags); e_cal_component_commit_sequence (comp); comp_editor_edit_comp (COMP_EDITOR (editor), comp); -- cgit v1.2.3