diff options
author | Punit Jain <jpunit@novell.com> | 2011-05-17 16:32:07 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:16 +0800 |
commit | 83ce3c096c6c6aa009810d0129d6cccf53678e7a (patch) | |
tree | 5b21228998298dc018bbee32de8c8c1fdfec9399 /calendar | |
parent | b5cadb77f188e2f426550ea7d5623420865636d2 (diff) | |
download | gsoc2013-evolution-83ce3c096c6c6aa009810d0129d6cccf53678e7a.tar.gz gsoc2013-evolution-83ce3c096c6c6aa009810d0129d6cccf53678e7a.tar.zst gsoc2013-evolution-83ce3c096c6c6aa009810d0129d6cccf53678e7a.zip |
bug #648612 crash during drag & drop of recurring events
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/e-calendar-view.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c index 1f4ac33cb6..68d2dccc5a 100644 --- a/calendar/gui/e-calendar-view.c +++ b/calendar/gui/e-calendar-view.c @@ -1659,6 +1659,7 @@ e_calendar_view_modify_and_send (ECalComponent *comp, gboolean new) { gboolean only_new_attendees = FALSE; + e_cal_component_commit_sequence (comp); if (e_cal_modify_object (client, e_cal_component_get_icalcomponent (comp), mod, NULL)) { gboolean strip_alarms = TRUE; |