diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-27 23:07:47 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-27 23:07:47 +0800 |
commit | 5f04bddb8e129ff6c56955359aa1b3b6db2a9587 (patch) | |
tree | e6cf508c52e1dd033147d2419c5a856169c737c8 /widgets/e-table/ChangeLog | |
parent | 86b1bd7f21c3024437375e656e75738423e85335 (diff) | |
download | gsoc2013-evolution-5f04bddb8e129ff6c56955359aa1b3b6db2a9587.tar gsoc2013-evolution-5f04bddb8e129ff6c56955359aa1b3b6db2a9587.tar.gz gsoc2013-evolution-5f04bddb8e129ff6c56955359aa1b3b6db2a9587.tar.bz2 gsoc2013-evolution-5f04bddb8e129ff6c56955359aa1b3b6db2a9587.tar.lz gsoc2013-evolution-5f04bddb8e129ff6c56955359aa1b3b6db2a9587.tar.xz gsoc2013-evolution-5f04bddb8e129ff6c56955359aa1b3b6db2a9587.tar.zst gsoc2013-evolution-5f04bddb8e129ff6c56955359aa1b3b6db2a9587.zip |
Allocate correctly in the insert method.
2000-07-27 Christopher James Lahey <clahey@helixcode.com>
* e-table-selection-model.c: Allocate correctly in the insert method.
* e-table-click-to-add.c: Removed the line that was causing this
to do bad things.
svn path=/trunk/; revision=4385
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 df302f38e5..53a06afd09 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,12 @@ 2000-07-27 Christopher James Lahey <clahey@helixcode.com> + * e-table-selection-model.c: Allocate correctly in the insert method. + + * e-table-click-to-add.c: Removed the line that was causing this + to do bad things. + +2000-07-27 Christopher James Lahey <clahey@helixcode.com> + * e-table-item.c (eti_cursor_change): Grab focus properly. * e-table-item.c, e-table-click-to-add.c: Fixed ETableClickToAdd |