From 0d7ec294af3c3a5920d39a188b9237a21e2cbb30 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 24 Aug 2000 01:20:34 +0000 Subject: Remove status bar 2000-08-23 JP Rosevear * gui/event-editor-dialog.glade: Remove status bar * cal-util/cal-component.c (cal_component_set_rrule_list): Allow a null list (cal_component_set_rdate_list): Allow a null list * gui/e-day-view.c (e_day_view_on_new_appointment): Commit the CalComponent sequence svn path=/trunk/; revision=4995 --- calendar/gui/e-day-view.c | 2 ++ calendar/gui/event-editor-dialog.glade | 13 ------------- 2 files changed, 2 insertions(+), 13 deletions(-) (limited to 'calendar/gui') 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 - - - GnomeAppBar - GnomeApp:appbar - appbar2 - True - True - - 0 - True - True - - -- cgit v1.2.3