Mercurial > pidgin
changeset 13685:039cc76492b0
[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 <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 24 Apr 2006 20:05:48 +0000 |
parents | a104ce6e2cca |
children | 2d31d61f572c |
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 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;