# HG changeset patch # User Daniel Atallah # Date 1210953845 0 # Node ID 8ac3ffa6841ed819076e2a814b4be3080714498b # Parent 6c015d2764d35603cf25c690c20c6ed81e9f80cd Patch from Arban57 to prevent tooltips conflicting with the context menu on win32. Fixes #5672 and #5003. diff -r 6c015d2764d3 -r 8ac3ffa6841e pidgin/gtkblist.c --- 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. */