aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog11
-rw-r--r--calendar/cal-util/cal-component.c1
-rw-r--r--calendar/gui/e-day-view.c2
-rw-r--r--calendar/gui/event-editor-dialog.glade13
4 files changed, 13 insertions, 14 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index bfb0b2e5bb..cd395c445e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,14 @@
+2000-08-23 JP Rosevear <jpr@helixcode.com>
+
+ * 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
+
2000-08-23 Federico Mena Quintero <federico@helixcode.com>
* gui/main.c: #include <e-util/e-cursors.h>
diff --git a/calendar/cal-util/cal-component.c b/calendar/cal-util/cal-component.c
index 7db5e348e4..f2f9caff7d 100644
--- a/calendar/cal-util/cal-component.c
+++ b/calendar/cal-util/cal-component.c
@@ -2459,7 +2459,6 @@ cal_component_set_rrule_list (CalComponent *comp, GSList *recur_list)
g_return_if_fail (comp != NULL);
g_return_if_fail (IS_CAL_COMPONENT (comp));
- g_return_if_fail (recur_list != NULL);
priv = comp->priv;
g_return_if_fail (priv->icalcomp != NULL);
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>