aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-08-03 09:31:50 +0800
committerDamon Chaplin <damon@src.gnome.org>2000-08-03 09:31:50 +0800
commit6cdd5bd58ede530cf7f07eae911f5513b23d1a68 (patch)
tree9091c47b3f62c05d678be61257e6e3a9f0474683 /calendar/ChangeLog
parente5752904955823d64e0fa29c8fea919d4a68c05e (diff)
downloadgsoc2013-evolution-6cdd5bd58ede530cf7f07eae911f5513b23d1a68.tar
gsoc2013-evolution-6cdd5bd58ede530cf7f07eae911f5513b23d1a68.tar.gz
gsoc2013-evolution-6cdd5bd58ede530cf7f07eae911f5513b23d1a68.tar.bz2
gsoc2013-evolution-6cdd5bd58ede530cf7f07eae911f5513b23d1a68.tar.lz
gsoc2013-evolution-6cdd5bd58ede530cf7f07eae911f5513b23d1a68.tar.xz
gsoc2013-evolution-6cdd5bd58ede530cf7f07eae911f5513b23d1a68.tar.zst
gsoc2013-evolution-6cdd5bd58ede530cf7f07eae911f5513b23d1a68.zip
updated to match the new ETableModel append_row. This meant we could also
2000-08-03 Damon Chaplin <damon@helixcode.com> * gui/calendar-model.c (calendar_model_append_row): updated to match the new ETableModel append_row. This meant we could also get rid of the row_being_added and idle_id hack. svn path=/trunk/; revision=4499
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 5eed06a2dc..081a3609a3 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2000-08-03 Damon Chaplin <damon@helixcode.com>
+
+ * gui/calendar-model.c (calendar_model_append_row): updated to match
+ the new ETableModel append_row. This meant we could also get rid of
+ the row_being_added and idle_id hack.
+
2000-08-02 Christopher James Lahey <clahey@helixcode.com>
* gui/calendar-model.c: Emit "model_pre_change" signals as