diff options
author | Punit Jain <jpunit@novell.com> | 2011-05-17 23:06:24 +0800 |
---|---|---|
committer | Punit Jain <jpunit@novell.com> | 2011-05-17 23:06:24 +0800 |
commit | 896a6e24249b79aadb6e4679f55eed6cdbd635ba (patch) | |
tree | c84146b7a275aedad25a4dbf41078c0b49c7338b | |
parent | 8451b6697c612a9524c079955ba0361142bce39a (diff) | |
download | gsoc2013-evolution-896a6e24249b79aadb6e4679f55eed6cdbd635ba.tar gsoc2013-evolution-896a6e24249b79aadb6e4679f55eed6cdbd635ba.tar.gz gsoc2013-evolution-896a6e24249b79aadb6e4679f55eed6cdbd635ba.tar.bz2 gsoc2013-evolution-896a6e24249b79aadb6e4679f55eed6cdbd635ba.tar.lz gsoc2013-evolution-896a6e24249b79aadb6e4679f55eed6cdbd635ba.tar.xz gsoc2013-evolution-896a6e24249b79aadb6e4679f55eed6cdbd635ba.tar.zst gsoc2013-evolution-896a6e24249b79aadb6e4679f55eed6cdbd635ba.zip |
bug #648612 crash during drag & drop of recurring events
-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 d2548f28b7..adaecbd8b1 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; |