aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.c
diff options
context:
space:
mode:
authorPunit Jain <jpunit@novell.com>2011-05-17 16:32:07 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:16 +0800
commit83ce3c096c6c6aa009810d0129d6cccf53678e7a (patch)
tree5b21228998298dc018bbee32de8c8c1fdfec9399 /calendar/gui/e-calendar-view.c
parentb5cadb77f188e2f426550ea7d5623420865636d2 (diff)
downloadgsoc2013-evolution-83ce3c096c6c6aa009810d0129d6cccf53678e7a.tar
gsoc2013-evolution-83ce3c096c6c6aa009810d0129d6cccf53678e7a.tar.gz
gsoc2013-evolution-83ce3c096c6c6aa009810d0129d6cccf53678e7a.tar.bz2
gsoc2013-evolution-83ce3c096c6c6aa009810d0129d6cccf53678e7a.tar.lz
gsoc2013-evolution-83ce3c096c6c6aa009810d0129d6cccf53678e7a.tar.xz
gsoc2013-evolution-83ce3c096c6c6aa009810d0129d6cccf53678e7a.tar.zst
gsoc2013-evolution-83ce3c096c6c6aa009810d0129d6cccf53678e7a.zip
bug #648612 crash during drag & drop of recurring events
Diffstat (limited to 'calendar/gui/e-calendar-view.c')
-rw-r--r--calendar/gui/e-calendar-view.c1
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;