After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 565127 - Use g_timeout_add_seconds where possible
Use g_timeout_add_seconds where possible
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
git master
Other All
: Normal minor
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-19 22:42 UTC by Paul Kishimoto
Modified: 2008-12-20 14:24 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
Use g_timeout_add_seconds where possible (4.26 KB, patch)
2008-12-19 22:44 UTC, Paul Kishimoto
none Details | Review

Description Paul Kishimoto 2008-12-19 22:42:42 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:
Comment 1 Paul Kishimoto 2008-12-19 22:44:46 UTC
Created attachment 125031 [details] [review]
Use g_timeout_add_seconds where possible
Comment 2 Paolo Borelli 2008-12-20 14:24:26 UTC
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.