GNOME Bugzilla – Bug 564052
Use timeout_add_seconds instead of timeout_add
Last modified: 2009-01-22 00:58:25 UTC
Patch to follow
Created attachment 124393 [details] [review] use timeout_add_seconds There are a couple of more cases of timeouts but they're sub second resolution. Safe to round up a couple of them to a full second?
Looks fine to me.
2009-01-21 A. Walton <awalton@gnome.org> * daemon/gvfsdaemon.c (daemon_schedule_exit): * daemon/gvfsjobcreatemonitor.c (create_reply): Use g_timeout_add_seconds() instead of g_timeout_add() to save some power.