# HG changeset patch # User Richard Laager # Date 1145909148 0 # Node ID 039cc76492b074cb20eaebe5e84fa635aff624f3 # Parent a104ce6e2ccad97ae56b1138483188928aa15c4f [gaim-migrate @ 16088] SF Patch #1474731 from Casey Harkins "This patch increases the time (from 3 sec to 5 sec) that gaim waits for a message from the notification area that the docklet icon was created successfully. It should fix bug #1466092." 5 seconds doesn't seem too bad and it should help people with slower systems. committer: Tailor Script diff -r a104ce6e2cca -r 039cc76492b0 plugins/docklet/docklet-x11.c --- a/plugins/docklet/docklet-x11.c Mon Apr 24 19:57:23 2006 +0000 +++ b/plugins/docklet/docklet-x11.c Mon Apr 24 20:05:48 2006 +0000 @@ -33,7 +33,7 @@ #include "eggtrayicon.h" #include "docklet.h" -#define EMBED_TIMEOUT 3000 +#define EMBED_TIMEOUT 5000 /* globals */ static EggTrayIcon *docklet = NULL;