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 692995 - keyboard: Fix a warning
keyboard: Fix a warning
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-02-01 11:27 UTC by Florian Müllner
Modified: 2013-02-01 12:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
keyboard: Fix a warning (1.50 KB, patch)
2013-02-01 11:27 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2013-02-01 11:27:26 UTC
Small drive-by fix, see patch.
Comment 1 Florian Müllner 2013-02-01 11:27:28 UTC
Created attachment 234962 [details] [review]
keyboard: Fix a warning

While we handle the case where ibus_bus_get_global_engine() returns
NULL, this case actually generates an exception we have to catch to
avoid some (harmless) console spam.
Comment 2 Rui Matos 2013-02-01 12:04:02 UTC
Review of attachment 234962 [details] [review]:

Yeah, I think I've seen this happening once or twice. Thanks
Comment 3 Florian Müllner 2013-02-01 12:07:16 UTC
Attachment 234962 [details] pushed as 65bf0d2 - keyboard: Fix a warning