From 89ef5539d9a04cf249987a9b43cd31b6bcd8797d Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 24 Feb 1999 00:40:15 +0000 Subject: Save the owner/organizer of the event. (ical_object_create_from_vobject): 1999-02-23 Miguel de Icaza * calobj.c (ical_object_to_vobject): Save the owner/organizer of the event. (ical_object_create_from_vobject): Load the owner/organizer of the event. * gncal-full-day.c (delete_occurance): Assign child to data (fixes crash on "delete this occurrance"). svn path=/trunk/; revision=689 --- calendar/gncal-full-day.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gncal-full-day.c') diff --git a/calendar/gncal-full-day.c b/calendar/gncal-full-day.c index f813f1598c..cef08c7fa0 100644 --- a/calendar/gncal-full-day.c +++ b/calendar/gncal-full-day.c @@ -428,7 +428,7 @@ edit_appointment (GtkWidget *widget, gpointer data) static void delete_occurance (GtkWidget *widget, gpointer data) { - Child *child; + Child *child = data; iCalObject *ical; time_t *t; GnomeCalendar *gcal = GNCAL_FULL_DAY (child->widget->parent)->calendar; -- cgit v1.2.3