aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-03-05 04:05:21 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-03-05 04:05:21 +0800
commit8f2be4ed8988cff41120ec5a6bf3eae2882dab33 (patch)
treef30230b4b8834aceb88f61924d5c78120c7c3fe1 /calendar
parentc35c8eb37dbe400fb29c354acb9b4e984408d76c (diff)
downloadgsoc2013-evolution-8f2be4ed8988cff41120ec5a6bf3eae2882dab33.tar
gsoc2013-evolution-8f2be4ed8988cff41120ec5a6bf3eae2882dab33.tar.gz
gsoc2013-evolution-8f2be4ed8988cff41120ec5a6bf3eae2882dab33.tar.bz2
gsoc2013-evolution-8f2be4ed8988cff41120ec5a6bf3eae2882dab33.tar.lz
gsoc2013-evolution-8f2be4ed8988cff41120ec5a6bf3eae2882dab33.tar.xz
gsoc2013-evolution-8f2be4ed8988cff41120ec5a6bf3eae2882dab33.tar.zst
gsoc2013-evolution-8f2be4ed8988cff41120ec5a6bf3eae2882dab33.zip
update FIXME note
2003-02-05 JP Rosevear <jpr@ximian.com> * gui/calendar-model.c (calendar_model_append_row): update FIXME note svn path=/trunk/; revision=20148
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);