From 48f881747c24a73f175ccad8877d87e70003fe57 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 20 Sep 2007 20:14:07 +0000 Subject: [PATCH] fix the patch --- swt-tooltips.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swt-tooltips.patch b/swt-tooltips.patch index fcefad2..b95b7df 100644 --- a/swt-tooltips.patch +++ b/swt-tooltips.patch @@ -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))