GNOME Bugzilla – Bug 573830
g_timeout_add_seconds should be preferred to g_timeout_add
Last modified: 2013-09-13 00:58:35 UTC
Please describe the problem: According to 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. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information: Patch is coming up...
Created attachment 129896 [details] [review] substitute g_timeout_add by g_timeout_add_seconds This patch substitutes calls like g_timeout_add(1000,...) with g_timeout_add_seconds(1,...) and therefore helps in saving the world ;-)
Nice. Approved for post-2.26.
Evo has branched, can this get in now?
Committed to master http://git.gnome.org/cgit/evolution/commit/?id=6e72a236dcb592a942881e118d6a71888ea1581b