pidgin: 383b6a00: Patch from Arban57 to prevent tooltips c...
datallah at pidgin.im
datallah at pidgin.im
Fri May 16 12:10:48 EDT 2008
-----------------------------------------------------------------
Revision: 383b6a0002c1ecea40d3836f462b7119e6c6f473
Ancestor: 2b9f633f5c1ed2b03ef997daecebcd678e399fc2
Author: datallah at pidgin.im
Date: 2008-05-16T16:04:05
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/383b6a0002c1ecea40d3836f462b7119e6c6f473
Modified files:
pidgin/gtkblist.c
ChangeLog:
Patch from Arban57 to prevent tooltips conflicting with the context menu on
win32. Fixes #5672 and #5003.
-------------- next part --------------
============================================================
--- pidgin/gtkblist.c da98d16f271f9e5c3397e19206dcf4a03cbf9d7f
+++ pidgin/gtkblist.c 6c6c215b535ff617df4d7b0dd67be0f0a68d0c6e
@@ -1718,6 +1718,8 @@ pidgin_blist_show_context_menu(PurpleBli
}
#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. */
More information about the Commits
mailing list