diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-06-27 20:04:33 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-06-27 20:04:33 +0000 |
commit | f49eab1248fb7bfebd295b1ecd07e5019ee8fcac (patch) | |
tree | 335fa0bcf5c6fb2f32425850d57e426af4ec99e1 /ChangeLog.pre-2-10 | |
parent | e9adf47ad91892091ff0c1c83828adfd711f906f (diff) | |
download | gtk+-f49eab1248fb7bfebd295b1ecd07e5019ee8fcac.tar.gz |
Continue to activate even if we can't grab the keyboard.
2005-06-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkbutton.c (gtk_real_button_activate): Continue
to activate even if we can't grab the keyboard.
(gtk_button_finish_activate): Only ungrab when we have
a keyboard grab. (#172998, William Jon McCann)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c1352b7385..d37854800d 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,10 @@ 2005-06-27 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkbutton.c (gtk_real_button_activate): Continue + to activate even if we can't grab the keyboard. + (gtk_button_finish_activate): Only ungrab when we have + a keyboard grab. (#172998, William Jon McCann) + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_finalize): Avoid a segfault. (#309054) |