GNOME Bugzilla – Bug 564403
Use g_timeout_add_seconds where possible
Last modified: 2008-12-15 04:04:14 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:
Created attachment 124596 [details] [review] Use g_timeout_add_seconds where possible
Created attachment 124597 [details] [review] Fixed typo in previous patch
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.