diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-14 15:07:37 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-14 15:07:37 +0800 |
commit | fabd9d91ab1aee4a091ddcdd6e189bacfcd4a920 (patch) | |
tree | 5e6aee9da053b96ea5d155b841d3afd2744b0923 /widgets/e-table/ChangeLog | |
parent | da4535cdc2b93c81060b38ac780757f243c53138 (diff) | |
download | gsoc2013-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/ChangeLog | 7 |
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. |