GNOME Bugzilla – Bug 580693
Please consider using g_timeout_add_seconds to reduce wakeups
Last modified: 2009-10-16 04:17:18 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 133539 [details] [review] substitute g_timeout_add by g_timeout_add_seconds
Created attachment 133540 [details] [review] substitute g_timeout_add by g_timeout_add_seconds Sorry, this is the correct patch
*** Bug 576144 has been marked as a duplicate of this bug. ***
patch looks good, thanks; will commit
Created attachment 140383 [details] [review] substitute g_timeout_add by g_timeout_add_seconds v2 For your convenience, I sent you a new patch with the new git format Regards
a0210fe4e0ff34d18e275b31dc2084c904e6d162 (master) 101b6ecb8c703c08c08a0ef8b23f7eda274f889b (0.7.x) Thanks!