comparison plugins/docklet/docklet-x11.c @ 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 dd2b171a624c
children
comparison
equal deleted inserted replaced
13684:a104ce6e2cca 13685:039cc76492b0
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 5000
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 GtkTooltips *tooltips = NULL; 41 static GtkTooltips *tooltips = NULL;