aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-04-11 12:33:22 +0800
committerChris Lahey <clahey@src.gnome.org>2001-04-11 12:33:22 +0800
commitc185a1b39f596d9fb8acb2e1deade43db8f533b0 (patch)
tree7f78e808d26d0b13dfb11b1c2ffcb6671a293021 /calendar/ChangeLog
parent6905c1b233e61f46a573ad56126e024bf0b9d3bd (diff)
downloadgsoc2013-evolution-c185a1b39f596d9fb8acb2e1deade43db8f533b0.tar
gsoc2013-evolution-c185a1b39f596d9fb8acb2e1deade43db8f533b0.tar.gz
gsoc2013-evolution-c185a1b39f596d9fb8acb2e1deade43db8f533b0.tar.bz2
gsoc2013-evolution-c185a1b39f596d9fb8acb2e1deade43db8f533b0.tar.lz
gsoc2013-evolution-c185a1b39f596d9fb8acb2e1deade43db8f533b0.tar.xz
gsoc2013-evolution-c185a1b39f596d9fb8acb2e1deade43db8f533b0.tar.zst
gsoc2013-evolution-c185a1b39f596d9fb8acb2e1deade43db8f533b0.zip
Fix this to just send the data to the wombat instead of inserting it
2001-04-11 Christopher James Lahey <clahey@ximian.com> * gui/calendar-model.c (calendar_model_append_row): Fix this to just send the data to the wombat instead of inserting it ourselves. svn path=/trunk/; revision=9223
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index afea681130..1c31d992b5 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2001-04-11 Christopher James Lahey <clahey@ximian.com>
+
+ * gui/calendar-model.c (calendar_model_append_row): Fix this to
+ just send the data to the wombat instead of inserting it
+ ourselves.
+
2001-04-11 Gediminas Paulauskas <menesis@delfi.lt>
Display fixes, thanks to Kjartan for finding these.