fix the patch
This commit is contained in:
parent
dbdd279052
commit
48f881747c
@ -6,7 +6,7 @@ diff -up gtk+-2.12.0/gtk/gtktooltips.c.swt-tooltips gtk+-2.12.0/gtk/gtktooltips.
|
||||
}
|
||||
|
||||
- if (tooltips->active_tips_data
|
||||
+ if (tooltipsdata &&
|
||||
+ if (tooltipsdata
|
||||
+ && tooltips->active_tips_data
|
||||
&& tooltips->active_tips_data->widget == widget
|
||||
&& GTK_WIDGET_DRAWABLE (tooltips->active_tips_data->widget))
|
||||
|
Loading…
Reference in New Issue
Block a user