aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/calendar-model.c4
2 files changed, 6 insertions, 3 deletions
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 <jpr@ximian.com>
+
+ * gui/calendar-model.c (calendar_model_append_row): update FIXME
+ note
+
2003-03-04 JP Rosevear <jpr@ximian.com>
* 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);