From 4ad72d24ee36553c85c1bbf21b22c46f77c2ac82 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 20 Aug 2003 10:17:18 +0000 Subject: Merged from calendar-views-with-model branch svn path=/trunk/; revision=22308 --- calendar/gui/e-cal-model-tasks.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'calendar/gui/e-cal-model-tasks.c') diff --git a/calendar/gui/e-cal-model-tasks.c b/calendar/gui/e-cal-model-tasks.c index 7e00aca84d..deeb341512 100644 --- a/calendar/gui/e-cal-model-tasks.c +++ b/calendar/gui/e-cal-model-tasks.c @@ -957,9 +957,11 @@ ecmt_get_color_for_component (ECalModel *model, ECalModelComponent *comp_data) case E_CAL_MODEL_TASKS_DUE_NEVER: case E_CAL_MODEL_TASKS_DUE_FUTURE: case E_CAL_MODEL_TASKS_DUE_COMPLETE: + break; } - return E_CAL_MODEL_CLASS (parent_class)->get_color_for_component (model, comp_data); + return "black"; + /* return E_CAL_MODEL_CLASS (parent_class)->get_color_for_component (model, comp_data); */ } static void -- cgit v1.2.3