clone 443905 -1
reassign -1 libgtk2.0-0
retitle 1 GTK crash with tooltips
found -1 2.12.0-2
severity -1 important
tag -1 patch
thanks

On Sat, Sep 29, 2007 at 03:26:58AM +0200, Christian Henz wrote:
> I also experienced this, and the patch posted at the Ubuntu link worked for 
> me. 
> The bug is already fixed in Ubuntu. Maybe this report should be reassigned to 
> libgtk2.0-0?

The bug should be cloned to be tracked and known in both. Doing so now.

I have attached the patch that Ubuntu applies to gtk+2.0 to fix this
issue. Please include it in Debian as well.


Cheers,
Michael
--- gtktooltips.c	2007-09-10 18:07:09.000000000 +0200
+++ gtk+2.0-2.12.0/gtk/gtktooltips.c	2007-09-10 18:08:01.000000000 +0200
@@ -235,6 +235,7 @@ gtk_tooltips_set_tip (GtkTooltips *toolt
     }
   
   if (tooltips->active_tips_data 
+      && tooltipsdata
       && tooltips->active_tips_data->widget == widget
       && GTK_WIDGET_DRAWABLE (tooltips->active_tips_data->widget))
     {

Reply via email to