diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/calendar-component.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index b0b3af2480..083642dff2 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -983,6 +983,7 @@ create_new_event (CalendarComponent *calendar_component, CalendarComponentView * editor = event_editor_new (ecal); comp = cal_comp_event_new_with_current_time (ecal, is_allday); + e_cal_component_commit_sequence (comp); comp_editor_edit_comp (COMP_EDITOR (editor), comp); if (is_meeting) |