GNOME Bugzilla – Bug 581204
Please consider using g_timeout_add_seconds to reduce wakeups
Last modified: 2009-05-03 20:10:31 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 133872 [details] [review] Use g_timeout_add_seconds instead g_timeout_add
Patch committed, thanks!