GNOME Bugzilla – Bug 565312
Use g_timeout_add_seconds
Last modified: 2009-02-15 06:53:21 UTC
Please describe the problem: Per https://wiki.ubuntu.com/SavingTheWorld, a patch to change one remaining instance of g_timeout_add to g_timeout_add_seconds. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 125124 [details] [review] Use g_timeout_add_seconds in the XML backend
Bug 565312 – Use g_timeout_add_seconds * backends/xml-backend.c: Trivial: Use g_timeout_add_seconds. Patch by Paul Kishimoto.