diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-06-26 06:26:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-06-26 06:26:47 +0000 |
commit | d45263d5facd21ef43a2e75c8b525a4cf101450b (patch) | |
tree | a79ff9579ffdc9d9e975e7213c3e4d78b27d9dab /ChangeLog.pre-2-8 | |
parent | 96cf099c4714584a18ca4a9dafa8aabdbc3cebe9 (diff) | |
download | gtk+-d45263d5facd21ef43a2e75c8b525a4cf101450b.tar.gz |
Don't do explicitly ungrab pointer and keyboard. We're unmapping the grab
2005-06-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't do
explicitly ungrab pointer and keyboard. We're unmapping
the grab window anyway.
(gtk_combo_box_popup): Handle grab failures.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 2be9a86313..96e4d4d5f8 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +2005-06-26 Matthias Clasen <mclasen@redhat.com> + + * gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't do + explicitly ungrab pointer and keyboard. We're unmapping + the grab window anyway. + (gtk_combo_box_popup): Handle grab failures. + 2005-06-25 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkmain-x11.c (gdk_keyboard_grab, gdk_pointer_grab): |