# HG changeset patch # User Stu Tomlinson # Date 1128900042 0 # Node ID 0c90ef51ad6691fa2b2b60b785c2a185512ed276 # Parent 33cdc34b3a634c90102c166352924501d9d426b8 [gaim-migrate @ 13907] Some people use really slow computers. Some people use fairly slow computers and gdb. Some people use faster computers with lots of other things going on. Idiots like me use valgrind. Give the docklet some time, it needs it. Good things come to those who wait. committer: Tailor Script diff -r 33cdc34b3a63 -r 0c90ef51ad66 plugins/docklet/docklet-x11.c --- a/plugins/docklet/docklet-x11.c Sun Oct 09 16:26:58 2005 +0000 +++ b/plugins/docklet/docklet-x11.c Sun Oct 09 23:20:42 2005 +0000 @@ -33,7 +33,7 @@ #include "eggtrayicon.h" #include "docklet.h" -#define EMBED_TIMEOUT 3000 +#define EMBED_TIMEOUT 10000 /* globals */ static EggTrayIcon *docklet = NULL;