From 6768cadd8d66cbb219636d844f50c1fedcc8a510 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 24 Sep 2004 13:54:21 +0000 Subject: Fixes #66344 2004-09-24 JP Rosevear Fixes #66344 * gui/e-cal-model-calendar.c (get_dtend): check for existence of property and null time instead of sending through bad data * gui/e-cal-model.c (get_dtstart): ditto * gui/e-cal-model-tasks.c (get_completed): ditto (get_due): ditto svn path=/trunk/; revision=27368 --- calendar/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 5a058fe8ab..5816c90ad4 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2004-09-24 JP Rosevear + + Fixes #66344 + + * gui/e-cal-model-calendar.c (get_dtend): check for existence of + property and null time instead of sending through bad data + + * gui/e-cal-model.c (get_dtstart): ditto + + * gui/e-cal-model-tasks.c (get_completed): ditto + (get_due): ditto + 2004-09-24 Chenthill Palanisamy Fixes #63513 -- cgit