diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-27 23:27:06 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-27 23:27:06 +0800 |
commit | a25046c09190e6edf9780d3eb1aa476ffee07c68 (patch) | |
tree | 0369078b92a0b0c441658ba57183a26da62ef3b0 /widgets/e-table/ChangeLog | |
parent | 5f04bddb8e129ff6c56955359aa1b3b6db2a9587 (diff) | |
download | gsoc2013-evolution-a25046c09190e6edf9780d3eb1aa476ffee07c68.tar gsoc2013-evolution-a25046c09190e6edf9780d3eb1aa476ffee07c68.tar.gz gsoc2013-evolution-a25046c09190e6edf9780d3eb1aa476ffee07c68.tar.bz2 gsoc2013-evolution-a25046c09190e6edf9780d3eb1aa476ffee07c68.tar.lz gsoc2013-evolution-a25046c09190e6edf9780d3eb1aa476ffee07c68.tar.xz gsoc2013-evolution-a25046c09190e6edf9780d3eb1aa476ffee07c68.tar.zst gsoc2013-evolution-a25046c09190e6edf9780d3eb1aa476ffee07c68.zip |
Fixed shift click selections.
2000-07-27 Christopher James Lahey <clahey@helixcode.com>
* e-table-selection-model.c: Fixed shift click selections.
svn path=/trunk/; revision=4386
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 53a06afd09..6ac62565bd 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,6 +1,11 @@ 2000-07-27 Christopher James Lahey <clahey@helixcode.com> - * e-table-selection-model.c: Allocate correctly in the insert method. + * e-table-selection-model.c: Fixed shift click selections. + +2000-07-27 Christopher James Lahey <clahey@helixcode.com> + + * e-table-selection-model.c: Allocate correctly in the insert and + delete methods. * e-table-click-to-add.c: Removed the line that was causing this to do bad things. |