From 744563a9a2b6841881f7d53d2d6ef163b27cb135 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 4 Jul 2005 09:37:24 +0000 Subject: Set the new item flags while creating new meetings from other components. Check the new item flags while creating the scheduling page. svn path=/trunk/; revision=29625 --- 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 3ec9537fcb..f747370004 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -1196,7 +1196,7 @@ create_new_event (CalendarComponent *calendar_component, CalendarComponentView * EventEditor *editor; CompEditorFlags flags; - flags |= COMP_EDITOR_MEETING; + flags |= COMP_EDITOR_MEETING | COMP_EDITOR_NEW_ITEM; 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