aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;