SOURCES: gtk+2-swt-tooltips.patch (NEW) - fix bug #48 and should f...

megabajt megabajt at pld-linux.org
Wed Oct 3 22:44:12 CEST 2007


Author: megabajt                     Date: Wed Oct  3 20:44:12 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix bug #48 and should fix #51 too

---- Files affected:
SOURCES:
   gtk+2-swt-tooltips.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gtk+2-swt-tooltips.patch
diff -u /dev/null SOURCES/gtk+2-swt-tooltips.patch:1.1
--- /dev/null	Wed Oct  3 22:44:12 2007
+++ SOURCES/gtk+2-swt-tooltips.patch	Wed Oct  3 22:44:07 2007
@@ -0,0 +1,13 @@
+diff -up gtk+-2.12.0/gtk/gtktooltips.c.swt-tooltips gtk+-2.12.0/gtk/gtktooltips.c
+--- gtk+-2.12.0/gtk/gtktooltips.c.swt-tooltips	2007-09-20 15:47:54.000000000 -0400
++++ gtk+-2.12.0/gtk/gtktooltips.c	2007-09-20 15:48:22.000000000 -0400
+@@ -229,7 +229,8 @@ gtk_tooltips_set_tip (GtkTooltips *toolt
+       return;
+     }
+   
+-  if (tooltips->active_tips_data 
++  if (tooltipsdata
++      && tooltips->active_tips_data 
+       && tooltips->active_tips_data->widget == widget
+       && GTK_WIDGET_DRAWABLE (tooltips->active_tips_data->widget))
+     {
================================================================


More information about the pld-cvs-commit mailing list