comparison plugins/docklet/docklet-x11.c @ 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 acf54edfde3d
children cae2fb7e8594
comparison
equal deleted inserted replaced
11630:33cdc34b3a63 11631:0c90ef51ad66
31 #include "gtkdialogs.h" 31 #include "gtkdialogs.h"
32 32
33 #include "eggtrayicon.h" 33 #include "eggtrayicon.h"
34 #include "docklet.h" 34 #include "docklet.h"
35 35
36 #define EMBED_TIMEOUT 3000 36 #define EMBED_TIMEOUT 10000
37 37
38 /* globals */ 38 /* globals */
39 static EggTrayIcon *docklet = NULL; 39 static EggTrayIcon *docklet = NULL;
40 static GtkWidget *image = NULL; 40 static GtkWidget *image = NULL;
41 static GdkPixbuf *blank_icon = NULL; 41 static GdkPixbuf *blank_icon = NULL;