aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-model-tasks.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-cal-model-tasks.c')
-rw-r--r--calendar/gui/e-cal-model-tasks.c3
1 files changed, 1 insertions, 2 deletions
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 "";
}
}