[Bug 8789] mozilla-firefox and mozilla-thunderbird crashes if you are using the glider thema

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Wed May 25 09:36:16 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=8789
Ubuntu | gtk2-engines-smooth


seb128 at ubuntu.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mdz at ubuntu.com




------- Additional Comments From seb128 at ubuntu.com  2005-05-25 10:36 UTC -------
Matt, Josselin has just updated the package for Debian with this patch to fix
this crasher, is that a candidate for hoary-updates?

--- engines/gtk2/src/smooth_gtk2_drawing.c      2005/02/19 21:53:42     1.6
+++ engines/gtk2/src/smooth_gtk2_drawing.c      2005/04/12 16:10:17     1.7
@@ -244,7 +244,7 @@
            SmoothInt height)
 {
        gboolean free_dash_list = FALSE;
-       gint8 *dash_list = NULL;
+       gint8 *dash_list = "";

        SmoothColor color;

--- engines/shared/gtk/smooth_gtk_drawing.c     2004/12/15 15:44:02     1.2
+++ engines/shared/gtk/smooth_gtk_drawing.c     2005/02/19 21:53:42     1.3
@@ -551,6 +551,9 @@
        smooth_part_style *part = NULL;
        SmoothDouble roundness = 0.0;

+       if (shadow_type == GTK_SHADOW_NONE)
+               return;
+
        base =
COLOR_CUBE(style).Interaction[GDKSmoothWidgetState(state_type)].Background;

        if (CHECK_DETAIL(detail, "smooth_trough"))

-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the desktop-bugs mailing list