Mercurial > pidgin.yaz
changeset 11631:0c90ef51ad66
[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 <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sun, 09 Oct 2005 23:20:42 +0000 |
parents | 33cdc34b3a63 |
children | c4fde4165293 |
files | plugins/docklet/docklet-x11.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;