GNOME Bugzilla – Bug 658379
Disabled devices still added to list on startup
Last modified: 2011-09-06 18:09:00 UTC
While debugging https://bugzilla.gnome.org/show_bug.cgi?id=656397 I noticed that devices that were disabled appeared listed in my debug program, but weren't looped over in the long running gnome-settings-daemon program. It turns out that GTK+ didn't check for the device's status (enabled/disabled) when creating the list of devices the first time around.
That indeed was happening... I've just pushed 79ff1b669 to fix this