GNOME Bugzilla – Bug 581094
Please consider using g_timeout_add_seconds to reduce wakeups
Last modified: 2009-05-03 18:12:20 UTC
From https://wiki.ubuntu.com/SavingTheWorld, (and of course according to the gtk docs) using g_timeout_add_seconds is preferred over g_timeout_add if a timeout in seconds is desired.
Created attachment 133802 [details] [review] Use g_timeout_add_seconds instead g_timeout_add
Thanks! Please commit to master.
*** Bug 581097 has been marked as a duplicate of this bug. ***
Committed, thanks a lot to Javier