From 232502f5fc67e67dc88f47059a41896d1d38da45 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Fri, 2 Sep 2005 13:58:02 +0000 Subject: Fixes 314922. svn path=/trunk/; revision=30306 --- 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 801c946248..02a8afaea7 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -1211,7 +1211,9 @@ create_new_event (CalendarComponent *calendar_component, CalendarComponentView * EventEditor *editor; CompEditorFlags flags; - flags |= COMP_EDITOR_MEETING | COMP_EDITOR_NEW_ITEM; + flags = COMP_EDITOR_USER_ORG | COMP_EDITOR_NEW_ITEM; + if (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); -- cgit v1.2.3