GNOME Bugzilla – Bug 565127
Use g_timeout_add_seconds where possible
Last modified: 2008-12-20 14:24:26 UTC
Please describe the problem: Use g_timeout_add_seconds over g_timeout_add wherever possible, per https://wiki.ubuntu.com/SavingTheWorld Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 125031 [details] [review] Use g_timeout_add_seconds where possible
Thanks. I committed the patch for the metadata manager and the autosave timeouts. I did not change the other timeouts (e.g. the statusbar flash) since they are not ciclic they just happen once and I prefer they have the correct accuracy. eggsmclient should be fixed in libegg since we are just cut&pasting the code.