aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/e-day-view.c2
-rw-r--r--calendar/gui/event-editor-dialog.glade13
2 files changed, 2 insertions, 13 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));
}
diff --git a/calendar/gui/event-editor-dialog.glade b/calendar/gui/event-editor-dialog.glade
index d166bca079..8e32ab57d1 100644
--- a/calendar/gui/event-editor-dialog.glade
+++ b/calendar/gui/event-editor-dialog.glade
@@ -2006,19 +2006,6 @@ Sunday
</widget>
</widget>
</widget>
-
- <widget>
- <class>GnomeAppBar</class>
- <child_name>GnomeApp:appbar</child_name>
- <name>appbar2</name>
- <has_progress>True</has_progress>
- <has_status>True</has_status>
- <child>
- <padding>0</padding>
- <expand>True</expand>
- <fill>True</fill>
- </child>
- </widget>
</widget>
</GTK-Interface>