Patch from Arban57 to prevent tooltips conflicting with the context menu on

Fri, 16 May 2008 16:04:05 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Fri, 16 May 2008 16:04:05 +0000
changeset 23139
8b8551afe101
parent 23137
545624e35b8f
child 23140
0e14208595bc
child 23141
7a1208c98005

Patch from Arban57 to prevent tooltips conflicting with the context menu on
win32. Fixes #5672 and #5003.

pidgin/gtkblist.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkblist.c	Fri May 16 15:49:41 2008 +0000
+++ b/pidgin/gtkblist.c	Fri May 16 16:04:05 2008 +0000
@@ -1718,6 +1718,8 @@
 	}
 
 #ifdef _WIN32
+	pidgin_blist_tooltip_destroy();
+
 	/* Unhook the tooltip-timeout since we don't want a tooltip
 	 * to appear and obscure the context menu we are about to show
 	   This is a workaround for GTK+ bug 107320. */

mercurial