gtk2/gtk2-swt-tooltips.patch

11 lines
327 B
Diff
Raw Normal View History

--- trunk/gtk/gtktooltips.c 2007/08/07 13:32:19 18587
+++ trunk/gtk/gtktooltips.c 2007/09/24 18:23:01 18864
@@ -230,6 +230,7 @@
}
if (tooltips->active_tips_data
+ && tooltipsdata
&& tooltips->active_tips_data->widget == widget
&& GTK_WIDGET_DRAWABLE (tooltips->active_tips_data->widget))
{