Fri, 16 May 2008 16:04:05 +0000
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. */