diff options
author | JP Rosevear <jpr@novell.com> | 2004-08-05 21:14:45 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-08-05 21:14:45 +0800 |
commit | b8589b570f918a284a2b864b721e2e98e3be82bf (patch) | |
tree | cda32a33d427542931a881f03dc89e58d5a3d430 /calendar/gui | |
parent | fa7aaa60f338bb2600d0d354259b1368e226b4e0 (diff) | |
download | gsoc2013-evolution-b8589b570f918a284a2b864b721e2e98e3be82bf.tar gsoc2013-evolution-b8589b570f918a284a2b864b721e2e98e3be82bf.tar.gz gsoc2013-evolution-b8589b570f918a284a2b864b721e2e98e3be82bf.tar.bz2 gsoc2013-evolution-b8589b570f918a284a2b864b721e2e98e3be82bf.tar.lz gsoc2013-evolution-b8589b570f918a284a2b864b721e2e98e3be82bf.tar.xz gsoc2013-evolution-b8589b570f918a284a2b864b721e2e98e3be82bf.tar.zst gsoc2013-evolution-b8589b570f918a284a2b864b721e2e98e3be82bf.zip |
Fixes #62363
004-08-05 JP Rosevear <jpr@novell.com>
Fixes #62363
* gui/calendar-component.c (create_new_event):
commit the sequence
svn path=/trunk/; revision=26826
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) |