GNOME Bugzilla – Bug 588247
avoid pointless warnings
Last modified: 2009-07-14 20:42:07 UTC
The idletime counter code in gs-idle-monitor.c produces warnings because it removes the watch without waiting for the destroy notify to know that both associated alarms are gone for good. This is an ok thing to do, but then there is no need to warn when it happens... Here is a patch that changes the g_warning to a g_debug to avoid filling up .xsession-errors needlessly.
Created attachment 138191 [details] [review] patch
Committed as 81d38cee8f0b624b0ad665f9812179923b2826f0. Thanks.