aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-09 09:56:19 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-09 09:56:19 +0800
commit9f18b5b93450cb5a729910c1eeb4f2106e71bf4f (patch)
tree63fdb91c7631db9d4d9df987897d53e2fbeda3a8 /widgets/e-table/ChangeLog
parentd57e87fca120f15192221dd3927fe373ef9b69a7 (diff)
downloadgsoc2013-evolution-9f18b5b93450cb5a729910c1eeb4f2106e71bf4f.tar
gsoc2013-evolution-9f18b5b93450cb5a729910c1eeb4f2106e71bf4f.tar.gz
gsoc2013-evolution-9f18b5b93450cb5a729910c1eeb4f2106e71bf4f.tar.bz2
gsoc2013-evolution-9f18b5b93450cb5a729910c1eeb4f2106e71bf4f.tar.lz
gsoc2013-evolution-9f18b5b93450cb5a729910c1eeb4f2106e71bf4f.tar.xz
gsoc2013-evolution-9f18b5b93450cb5a729910c1eeb4f2106e71bf4f.tar.zst
gsoc2013-evolution-9f18b5b93450cb5a729910c1eeb4f2106e71bf4f.zip
Don't call e_cell_event if we're not editing.
2000-07-08 Christopher James Lahey <clahey@helixcode.com> * e-table-item.c (eti_event): Don't call e_cell_event if we're not editing. svn path=/trunk/; revision=3991
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r--widgets/e-table/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog
index 3ba522c152..1b1aa42ab4 100644
--- a/widgets/e-table/ChangeLog
+++ b/widgets/e-table/ChangeLog
@@ -1,5 +1,10 @@
2000-07-08 Christopher James Lahey <clahey@helixcode.com>
+ * e-table-item.c (eti_event): Don't call e_cell_event if we're not
+ editing.
+
+2000-07-08 Christopher James Lahey <clahey@helixcode.com>
+
* e-table-item.c (eti_table_model_changed): Commented out some
unnecessary and buggy code.