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 565312 - Use g_timeout_add_seconds
Use g_timeout_add_seconds
Status: RESOLVED FIXED
Product: GConf
Classification: Deprecated
Component: XML backend
CVS HEAD
Other All
: Normal minor
: ---
Assigned To: GConf Maintainers
GConf Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-22 04:04 UTC by Paul Kishimoto
Modified: 2009-02-15 06:53 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
Use g_timeout_add_seconds in the XML backend (507 bytes, patch)
2008-12-22 04:05 UTC, Paul Kishimoto
committed Details | Review

Description Paul Kishimoto 2008-12-22 04:04:22 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:
Comment 1 Paul Kishimoto 2008-12-22 04:05:22 UTC
Created attachment 125124 [details] [review]
Use g_timeout_add_seconds in the XML backend
Comment 2 Matthias Clasen 2009-02-15 06:53:21 UTC
        Bug 565312 – Use g_timeout_add_seconds

        * backends/xml-backend.c: Trivial: Use g_timeout_add_seconds.
        Patch by Paul Kishimoto.