diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-06-11 12:44:27 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-06-11 12:44:27 +0800 |
commit | 07707b81afe216c617fead536a69b98d638f0e19 (patch) | |
tree | 72bd1378842b87a27ecbddb9478714d9b7c84e2c /widgets/e-table/ChangeLog | |
parent | aac3f2c8b69f579e04314b21a13d752afe4bd317 (diff) | |
download | gsoc2013-evolution-07707b81afe216c617fead536a69b98d638f0e19.tar.gz gsoc2013-evolution-07707b81afe216c617fead536a69b98d638f0e19.tar.zst gsoc2013-evolution-07707b81afe216c617fead536a69b98d638f0e19.zip |
offset events before passing them to our subcell view.
2000-06-10 Chris Toshok <toshok@helixcode.com>
* e-cell-tree.c (ect_event): offset events before passing them to
our subcell view.
svn path=/trunk/; revision=3520
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 b2dc58456d..f99d011b05 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,10 @@ 2000-06-10 Chris Toshok <toshok@helixcode.com> + * e-cell-tree.c (ect_event): offset events before passing them to + our subcell view. + +2000-06-10 Chris Toshok <toshok@helixcode.com> + * e-table-item.c (eti_event): change things so we focus the cell and select the row, and also dispatch the event to that row/cell. This fixes the problem with the tree where you had to click twice |