GNOME Bugzilla – Bug 590525
g_timeout_add replacement
Last modified: 2009-08-06 01:56:05 UTC
I will work at the GTK+ g_timeout_add function replacement in gnome-keyring application. Hope the patch will be ready before September.
The patch is ready now, it was faster and easier than I expected :) only 1 recursive call of the function in whole project.
Created attachment 139737 [details] [review] the patch replaces recursive g_timeout_add calls for g_timeout_add_seconds.
Sadly the milliseconds are actually used in this case. However this code is part of the unit tests, so it's not important to replace the call. Thanks for the patch and any future contributions...