diff options
author | Jonathan Blandford <jrb@redhat.com> | 2001-08-22 22:27:41 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2001-08-22 22:27:41 +0000 |
commit | 953d4b248ef680efdc654e188d57c50ce0477abd (patch) | |
tree | 1fc44cb57b16f4639bbec4431d8beb4301a8464f /ChangeLog.pre-2-4 | |
parent | e7ac9a34309b7973656a8653762251bfea6fde7a (diff) | |
download | gtk+-953d4b248ef680efdc654e188d57c50ce0477abd.tar.gz |
Fix selection. I think it's all dandy now. We check the current event for
Wed Aug 22 18:25:46 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c: Fix selection. I think it's all dandy now.
We check the current event for modifiers rather than try to trap
all presses.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 4b75986bbb..c7f4606d7c 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Wed Aug 22 18:25:46 2001 Jonathan Blandford <jrb@redhat.com> + + * gtk/gtktreeview.c: Fix selection. I think it's all dandy now. + We check the current event for modifiers rather than try to trap + all presses. + 2001-08-22 Anders Carlsson <andersca@gnu.org> * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo. |