GNOME Bugzilla – Bug 772581
wacom: Avoid warnings when switching VTs
Last modified: 2016-10-08 14:09:34 UTC
And a little fix
Created attachment 337181 [details] [review] common: Merge "if device" conditionals We have 2 checks for the same thing within a couple of lines. Merge those.
Created attachment 337182 [details] [review] wacom: Avoid warnings when switching VTs We get called for every removed GDK device, so check whether it's of interest early, instead after throwing a bunch of warnings. gsd-wacom[1884]: g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed gsd-wacom[1884]: gsd_wacom_device_get_device_type: assertion 'GSD_IS_WACOM_DEVICE (device)' failed gsd-wacom[1884]: gsd_wacom_device_get_settings: assertion 'GSD_IS_WACOM_DEVICE (device)' failed gsd-wacom[1884]: invalid (NULL) pointer instance
Comment on attachment 337181 [details] [review] common: Merge "if device" conditionals Indeed.
Comment on attachment 337182 [details] [review] wacom: Avoid warnings when switching VTs Oops. Feel free to backport.
Attachment 337181 [details] pushed as 62d3bf8 - common: Merge "if device" conditionals Attachment 337182 [details] pushed as fd40e80 - wacom: Avoid warnings when switching VTs
Also pushed to gnome-3-20, gnome-3-18 and gnome-3-16.