From 99efa7fcca687a4b7a9df7897c6c7e2cc1853b6a Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 21 Sep 2004 16:02:42 +0000 Subject: Fixes #59194 2004-09-21 JP Rosevear Fixes #59194 * gui/e-cal-model-calendar.c (get_location): return "" instead of NULL svn path=/trunk/; revision=27317 --- calendar/ChangeLog | 7 +++++++ calendar/gui/e-cal-model-calendar.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 28da9dd4db..3e3ec15289 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2004-09-21 JP Rosevear + + Fixes #59194 + + * gui/e-cal-model-calendar.c (get_location): return "" instead of + NULL + 2004-09-21 Chenthill Palanisamy Fixes #65682 diff --git a/calendar/gui/e-cal-model-calendar.c b/calendar/gui/e-cal-model-calendar.c index 4754927bbd..479f51fbd6 100644 --- a/calendar/gui/e-cal-model-calendar.c +++ b/calendar/gui/e-cal-model-calendar.c @@ -157,7 +157,7 @@ get_location (ECalModelComponent *comp_data) if (prop) return (void *) icalproperty_get_location (prop); - return NULL; + return ""; } static void * -- cgit v1.2.3