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 564403 - Use g_timeout_add_seconds where possible
Use g_timeout_add_seconds where possible
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
git master
Other All
: Normal minor
: 2.26.0
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2008-12-13 18:55 UTC by Debarshi Ray
Modified: 2008-12-15 04:04 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
Use g_timeout_add_seconds where possible (2.55 KB, patch)
2008-12-13 19:01 UTC, Debarshi Ray
none Details | Review
Fixed typo in previous patch (2.55 KB, patch)
2008-12-13 19:04 UTC, Debarshi Ray
none Details | Review

Description Debarshi Ray 2008-12-13 18:55:00 UTC
Please describe the problem:
Prompted by http://gould.cx/ted/blog/Saving_the_world_one__w_at_a_time, we should use g_timeout_add_seconds over g_timeout_add where possible. Patch coming up.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Debarshi Ray 2008-12-13 19:01:07 UTC
Created attachment 124596 [details] [review]
Use g_timeout_add_seconds where possible
Comment 2 Debarshi Ray 2008-12-13 19:04:40 UTC
Created attachment 124597 [details] [review]
Fixed typo in previous patch
Comment 3 Adam Schreiber 2008-12-15 04:04:14 UTC
2008-12-14  Adam Schreiber  <sadam@clemson.edu>

    * libseahorse/seahorse-transfer-operation.c:
    * libseahorse/seahorse-progress.c:
    * src/seahorse-key-manager.c:
    * src/seahorse-key-manager.vala: Use g_timeout_add_seconds instead of
    g_timeout_add where possible to allow for event grouping. 
    Patch from Debarshi RayFixes bug #564403.