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/gui/e-cal-model-tasks.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'calendar/gui') 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