GNOME Bugzilla – Bug 581256
Please consider using g_timeout_add_seconds to reduce wakeups
Last modified: 2009-08-11 20:27:58 UTC
From http://live.gnome.org/GnomeGoals/UseTimeoutAddSeconds, (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 133900 [details] [review] Use g_timeout_add_seconds instead g_timeout_add g_timeout_add is used in gnome-panel/nothing.cP file. Is this important?
Thanks!