From 5d40c589ac1f330e06d6384ebd150f24f15c04a9 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 25 Mar 2003 13:57:25 +0000 Subject: Utility wrapper around icalparser. * cal-util/cal-util.c (cal_util_parse_ics_file): Utility wrapper around icalparser. * cal-util/test-recur.c (main): Use it * pcs/cal-backend-file.c (open_cal): Likewise * gui/comp-editor-factory.c (open_client): Add the OpenClient to the hash before calling cal_client_open_calendar, since in some failure cases, that will call cal_opened_cb (which will free the oc) with a failure immediately, causing a crash if we then try to deref it. svn path=/trunk/; revision=20492 --- calendar/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7f18449320..4d767bf9ec 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2003-03-25 Dan Winship + + * cal-util/cal-util.c (cal_util_parse_ics_file): Utility wrapper + around icalparser. + + * cal-util/test-recur.c (main): Use it + + * pcs/cal-backend-file.c (open_cal): Likewise + + * gui/comp-editor-factory.c (open_client): Add the OpenClient to + the hash before calling cal_client_open_calendar, since in some + failure cases, that will call cal_opened_cb (which will free the + oc) with a failure immediately, causing a crash if we then try to + deref it. + 2003-03-21 JP Rosevear Fixes #32248 -- cgit v1.2.3