GNOME Bugzilla – Bug 581099
Use g_timeout_add_seconds where possible
Last modified: 2011-11-11 10:03:55 UTC
Prompted by https://wiki.ubuntu.com/SavingTheWorld, we should use g_timeout_add_seconds over g_timeout_add where possible. Patch coming up.
Created attachment 133810 [details] [review] Proposed fix. If we enforce that the update intervals are in seconds and not multiples of quarter seconds, then we can remove almost all uses g_timeout_add. What do you think?
Done thanks. This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.