After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 596343 - mutter_begin_modal_for_plugin(): Check result of XGrabKeyboard()
mutter_begin_modal_for_plugin(): Check result of XGrabKeyboard()
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2009-09-25 16:59 UTC by Owen Taylor
Modified: 2009-09-25 17:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mutter_begin_modal_for_plugin(): Check result of XGrabKeyboard() (1.27 KB, patch)
2009-09-25 16:59 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2009-09-25 16:59:12 UTC
The return value of XGrabKeyboard() wasn't actually being assigned
to the 'result' variable so we didn't notice when grabbing the
keyboard failed.
Comment 1 Owen Taylor 2009-09-25 16:59:14 UTC
Created attachment 144020 [details] [review]
mutter_begin_modal_for_plugin(): Check result of XGrabKeyboard()
Comment 2 Owen Taylor 2009-09-25 17:05:14 UTC
Attachment 144020 [details] pushed as 2af7889 - mutter_begin_modal_for_plugin(): Check result of XGrabKeyboard()