diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-02-02 21:50:46 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-02 21:50:46 +0000 |
commit | 2ee08d8ec6db2b23dd0e4865be411f934513b48c (patch) | |
tree | fe6ac2388a26c66d279aac505b9b8ff0226be839 /ChangeLog.pre-2-10 | |
parent | 9e31153e9b6192bc201a9fed7f3ff070295f284f (diff) | |
download | gtk+-2ee08d8ec6db2b23dd0e4865be411f934513b48c.tar.gz |
To get around the fact that we may have a owner_events = FALSE grab in
Sat Feb 2 16:43:31 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenu.c (gtk_menu_popup): To get around the fact
that we may have a owner_events = FALSE grab in effect
when we pop up a window, make a temporary grab on a
different window, then grab on the real window. Fixes
a problem where if a context menu popped up under the
cursor, the first item would be stuck unselected.
(#59812, reported by Arnaud Charlet.)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 99afa47910..7031df0915 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,13 @@ +Sat Feb 2 16:43:31 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkmenu.c (gtk_menu_popup): To get around the fact + that we may have a owner_events = FALSE grab in effect + when we pop up a window, make a temporary grab on a + different window, then grab on the real window. Fixes + a problem where if a context menu popped up under the + cursor, the first item would be stuck unselected. + (#59812, reported by Arnaud Charlet.) + 2002-02-02 Peter Williams <peterw@ximian.com> * gtk/Makefile.am (install-data-local): Install gtkrc.default |