aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-25 07:18:08 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-25 07:18:08 +0800
commitffc43362bc96dc767f3c25f428783009018a46c7 (patch)
tree0010a2d859cba72a92da062fe937e4839ab79cb4 /widgets/e-table/ChangeLog
parentc99edac0b5c58ba083a668a7de97409151768319 (diff)
downloadgsoc2013-evolution-ffc43362bc96dc767f3c25f428783009018a46c7.tar
gsoc2013-evolution-ffc43362bc96dc767f3c25f428783009018a46c7.tar.gz
gsoc2013-evolution-ffc43362bc96dc767f3c25f428783009018a46c7.tar.bz2
gsoc2013-evolution-ffc43362bc96dc767f3c25f428783009018a46c7.tar.lz
gsoc2013-evolution-ffc43362bc96dc767f3c25f428783009018a46c7.tar.xz
gsoc2013-evolution-ffc43362bc96dc767f3c25f428783009018a46c7.tar.zst
gsoc2013-evolution-ffc43362bc96dc767f3c25f428783009018a46c7.zip
Fix an off by one error that was causing crashes.
2000-08-24 Christopher James Lahey <clahey@helixcode.com> * e-table.c: Fix an off by one error that was causing crashes. svn path=/trunk/; revision=5027
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r--widgets/e-table/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog
index 0099c27d0d..9d677393ca 100644
--- a/widgets/e-table/ChangeLog
+++ b/widgets/e-table/ChangeLog
@@ -1,5 +1,9 @@
2000-08-24 Christopher James Lahey <clahey@helixcode.com>
+ * e-table.c: Fix an off by one error that was causing crashes.
+
+2000-08-24 Christopher James Lahey <clahey@helixcode.com>
+
* e-table.c: Set default values for all of the signal emissions.
2000-08-24 Christopher James Lahey <clahey@helixcode.com>