From 42a0876be9895909a040923080aa8b3b3b53980b Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 14 Jan 2004 17:18:06 +0000 Subject: removed assertion. 2004-01-14 Rodrigo Moya * gui/e-cal-model-tasks.c (get_status): removed assertion. svn path=/trunk/; revision=24220 --- calendar/ChangeLog | 4 ++++ calendar/gui/e-cal-model-tasks.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index aca86d31e3..64cf4f35a2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2004-01-14 Rodrigo Moya + + * gui/e-cal-model-tasks.c (get_status): removed assertion. + 2004-01-14 Rodrigo Moya * common/authentication.c (auth_new_cal_from_source): check diff --git a/calendar/gui/e-cal-model-tasks.c b/calendar/gui/e-cal-model-tasks.c index 2251ec7f88..33cb315038 100644 --- a/calendar/gui/e-cal-model-tasks.c +++ b/calendar/gui/e-cal-model-tasks.c @@ -324,8 +324,7 @@ get_status (ECalModelComponent *comp_data) case ICAL_STATUS_CANCELLED: return _("Cancelled"); default: - g_assert_not_reached (); - return NULL; + return ""; } } -- cgit v1.2.3