aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-day-view.c')
-rw-r--r--calendar/gui/e-day-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c
index 70463188b5..800278e7fd 100644
--- a/calendar/gui/e-day-view.c
+++ b/calendar/gui/e-day-view.c
@@ -2418,6 +2418,8 @@ e_day_view_on_new_appointment (GtkWidget *widget, gpointer data)
cal_component_set_dtend (comp, &date);
g_free (date.value);
+ cal_component_commit_sequence (comp);
+
gnome_calendar_edit_object (day_view->calendar, comp);
gtk_object_unref (GTK_OBJECT (comp));
}