GNOME Bugzilla – Bug 712244
GNOME Goal: Use g_timeout_add_seconds instead of g_timeout_add
Last modified: 2013-11-14 19:20:25 UTC
See https://wiki.gnome.org/GnomeGoals/UseTimeoutAddSeconds I'm currently working on this and will submit a patch soon.
Created attachment 259829 [details] [review] Switch from g_timeout_add to g_timeout_add_seconds
Review of attachment 259829 [details] [review]: Nice, please make the one change and commit to master. Thanks. ::: camel/camel-operation.c @@ +35,3 @@ #define PROGRESS_DELAY 250 /* milliseconds */ #define TRANSIENT_DELAY 250 /* milliseconds */ +#define POP_MESSAGE_DELAY 1 /* second */ Please call it 'seconds' (plural)
Change done. Thanks for your quick review. Attachment 259829 [details] pushed as b6befe4 - Switch from g_timeout_add to g_timeout_add_seconds