aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-06-14 15:07:37 +0800
committerChris Lahey <clahey@src.gnome.org>2000-06-14 15:07:37 +0800
commitfabd9d91ab1aee4a091ddcdd6e189bacfcd4a920 (patch)
tree5e6aee9da053b96ea5d155b841d3afd2744b0923 /widgets/e-table/ChangeLog
parentda4535cdc2b93c81060b38ac780757f243c53138 (diff)
downloadgsoc2013-evolution-fabd9d91ab1aee4a091ddcdd6e189bacfcd4a920.tar
gsoc2013-evolution-fabd9d91ab1aee4a091ddcdd6e189bacfcd4a920.tar.gz
gsoc2013-evolution-fabd9d91ab1aee4a091ddcdd6e189bacfcd4a920.tar.bz2
gsoc2013-evolution-fabd9d91ab1aee4a091ddcdd6e189bacfcd4a920.tar.lz
gsoc2013-evolution-fabd9d91ab1aee4a091ddcdd6e189bacfcd4a920.tar.xz
gsoc2013-evolution-fabd9d91ab1aee4a091ddcdd6e189bacfcd4a920.tar.zst
gsoc2013-evolution-fabd9d91ab1aee4a091ddcdd6e189bacfcd4a920.zip
Request the value of e_table_is_cell_editable of the model_col instead of
2000-06-14 Christopher James Lahey <clahey@helixcode.com> * e-cell-text.c: Request the value of e_table_is_cell_editable of the model_col instead of the view_col. * e-table-item.h: Slight style fixup. svn path=/trunk/; revision=3564
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r--widgets/e-table/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog
index 18016efb8b..91cc91a58b 100644
--- a/widgets/e-table/ChangeLog
+++ b/widgets/e-table/ChangeLog
@@ -1,3 +1,10 @@
+2000-06-14 Christopher James Lahey <clahey@helixcode.com>
+
+ * e-cell-text.c: Request the value of e_table_is_cell_editable of
+ the model_col instead of the view_col.
+
+ * e-table-item.h: Slight style fixup.
+
2000-06-13 Christopher James Lahey <clahey@helixcode.com>
* e-cell-text.c: Clip the contained text.