From 0caac5ff878a9cb7dc5d53906c7d57ef6483b5f7 Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Tue, 19 Oct 2004 03:51:01 +0000 Subject: gui/comp-editor-factory.c (edit_existing), * gui/calendar-component.c (create_new_event): * gui/e-calendar-view.c: (e_calendar_view_edit_appointment): * gui/comp-editor-factory.c (edit_existing), * (edit_new): * gui/dialogs/event-editor.c * (event_editor_edit_comp), (event_editor_new): updated the calls to event_editor_new with additional argument. * gui/dialogs/event-editor.h: * add parameter * is_meeting to distinguish between events and meetings. * gui/dialogs/meeting-page.c: * (sensitize_widgets): use explicit GError variable so that BUSY_ERROR conditions do not lead us to think the calendar is readonly. * gui/e-meeting-store.c: * (refresh_queue_remove), * (ems_init), (e_meeting_store_remove_attendee), (freebusy_async), (refresh_busy_periods), (refresh_queue_add): Make free-busy calls to backends async. Fixed the problem of spurious attendees getting added to the refresh_data. svn path=/trunk/; revision=27614 --- calendar/gui/calendar-component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/calendar-component.c') diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index ff09634a0b..35c33bc139 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -971,7 +971,7 @@ create_new_event (CalendarComponent *calendar_component, CalendarComponentView * ECalComponent *comp; EventEditor *editor; - editor = event_editor_new (ecal); + editor = event_editor_new (ecal, is_meeting); comp = cal_comp_event_new_with_current_time (ecal, is_allday); e_cal_component_commit_sequence (comp); -- cgit v1.2.3