GNOME Bugzilla – Bug 565076
Use g_timeout_add_seconds where possible
Last modified: 2008-12-19 09:45:14 UTC
Please describe the problem: Prompted by http://gould.cx/ted/blog/Saving_the_world_one__w_at_a_time / https://wiki.ubuntu.com/SavingTheWorld, a patch to use g_timeout_add_seconds over g_timeout_add where possible. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 124988 [details] [review] A patch. This is my first patch submission to GNOME, please let me know if the format is wrong.
You want to be using svn trunk, as most of those changes have been done before. I've added part of your patch for the refcount object, so thanks. 2008-12-19 Richard Hughes <richard@hughsie.com> * src/gpm-feedback-widget.c: * src/gpm-refcount.c: (gpm_refcount_add), (gpm_refcount_set_timeout): Convert the one last g_timeout_add into g_timeout_add_seconds. Fixes #565076