diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-31 03:33:28 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-31 03:33:28 +0800 |
commit | ff0ab8680fe4c91d936e3ca44df346a768ac130a (patch) | |
tree | 2f28a8c75505de189ab2b38176c25ac013e735ec /widgets/e-table/ChangeLog | |
parent | e169895ef5190451091849db40e988a769786beb (diff) | |
download | gsoc2013-evolution-ff0ab8680fe4c91d936e3ca44df346a768ac130a.tar gsoc2013-evolution-ff0ab8680fe4c91d936e3ca44df346a768ac130a.tar.gz gsoc2013-evolution-ff0ab8680fe4c91d936e3ca44df346a768ac130a.tar.bz2 gsoc2013-evolution-ff0ab8680fe4c91d936e3ca44df346a768ac130a.tar.lz gsoc2013-evolution-ff0ab8680fe4c91d936e3ca44df346a768ac130a.tar.xz gsoc2013-evolution-ff0ab8680fe4c91d936e3ca44df346a768ac130a.tar.zst gsoc2013-evolution-ff0ab8680fe4c91d936e3ca44df346a768ac130a.zip |
Make sure that the cursor is always shown when the selection changes.
2000-05-30 Christopher James Lahey <clahey@helixcode.com>
* e-table-item.c: Make sure that the cursor is always shown when
the selection changes.
svn path=/trunk/; revision=3290
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 5ab457a5e0..4137d17ced 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,10 @@ 2000-05-30 Christopher James Lahey <clahey@helixcode.com> + * e-table-item.c: Make sure that the cursor is always shown when + the selection changes. + +2000-05-30 Christopher James Lahey <clahey@helixcode.com> + * e-table-group-container.c, e-table-group-container.h, e-table-group-leaf.c, e-table-group-leaf.h, e-table-group.c, e-table-group.h, e-table-item.c, e-table-item.h, e-table.c, |