GNOME Bugzilla – Bug 719973
orientation plugin: unset source ID when the idle is removed
Last modified: 2013-12-10 12:55:49 UTC
The idle to start the orientation plugin features isn't set to 0 after initialization, causing warnings on shutdown. I'm attaching a patch to fix this
Created attachment 263669 [details] [review] orientation: Unset source ID on idle callback The idle was being removed, but the source ID was left != 0, so on shutdown it'd cause warnings.
Review of attachment 263669 [details] [review]: Can you please split this in 2 patches (one for the bug fix, one for the helper change)? Looks good otherwise
I've committed those separately to master