diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-27 16:44:20 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-27 16:44:20 +0800 |
commit | 9d1dafcffb2482ab198577c1f929b5f052c0db51 (patch) | |
tree | c894d388ac33dfbb3d113bc5b7444b09d9dc4ab9 /widgets/e-table/ChangeLog | |
parent | 324c39e2cce3454eec44f7afc92b96dd478e91e6 (diff) | |
download | gsoc2013-evolution-9d1dafcffb2482ab198577c1f929b5f052c0db51.tar.gz gsoc2013-evolution-9d1dafcffb2482ab198577c1f929b5f052c0db51.tar.zst gsoc2013-evolution-9d1dafcffb2482ab198577c1f929b5f052c0db51.zip |
Clear the selection model when activating.
2000-07-27 Christopher James Lahey <clahey@helixcode.com>
* e-table-click-to-add.c: Clear the selection model when
activating.
* e-table-item.c: Fixed a bunch of model column vs. view column
issues.
* e-table-selection-model.c: Set the cursor to -1, -1 and emi a
"cursor_changed" signal.
svn path=/trunk/; revision=4380
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 7d89d00356..483babd5ff 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,14 @@ +2000-07-27 Christopher James Lahey <clahey@helixcode.com> + + * e-table-click-to-add.c: Clear the selection model when + activating. + + * e-table-item.c: Fixed a bunch of model column vs. view column + issues. + + * e-table-selection-model.c: Set the cursor to -1, -1 and emi a + "cursor_changed" signal. + 2000-07-26 Christopher James Lahey <clahey@helixcode.com> * e-table-click-to-add.c: Fixed a reference. |