changeset 22976:8ac3ffa6841e

Patch from Arban57 to prevent tooltips conflicting with the context menu on win32. Fixes #5672 and #5003.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 16 May 2008 16:04:05 +0000
parents 6c015d2764d3
children d50194ab3016 93e9c1ba9498
files pidgin/gtkblist.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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. */