From 8f2be4ed8988cff41120ec5a6bf3eae2882dab33 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 4 Mar 2003 20:05:21 +0000 Subject: update FIXME note 2003-02-05 JP Rosevear * gui/calendar-model.c (calendar_model_append_row): update FIXME note svn path=/trunk/; revision=20148 --- calendar/ChangeLog | 5 +++++ calendar/gui/calendar-model.c | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index fc7a37ec40..eaa0c450c4 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2003-02-05 JP Rosevear + + * gui/calendar-model.c (calendar_model_append_row): update FIXME + note + 2003-03-04 JP Rosevear * gui/dialogs/recur-comp.h: fix copyright diff --git a/calendar/gui/calendar-model.c b/calendar/gui/calendar-model.c index b7ea5b5348..d4b5185351 100644 --- a/calendar/gui/calendar-model.c +++ b/calendar/gui/calendar-model.c @@ -1359,9 +1359,7 @@ calendar_model_append_row (ETableModel *etm, ETableModel *source, gint row) if (!(priv->client && cal_client_get_load_state (priv->client) == CAL_CLIENT_LOAD_LOADED)) return; - /* FIXME: This should support other types of components, but for now it - * is only used for the task list. - */ + /* FIXME: This should also support journal components */ switch (priv->new_comp_vtype) { case CAL_COMPONENT_EVENT: comp = cal_comp_event_new_with_defaults (priv->client); -- cgit v1.2.3