Home | History | Annotate | Download | only in patches
      1  9345  xz159989 --- widgets/table/e-table-header-utils.c.org	Thu Sep 28 13:17:59 2006
      2  9345  xz159989 +++ widgets/table/e-table-header-utils.c	Thu Sep 28 13:18:23 2006
      3  9345  xz159989 @@ -205,7 +205,7 @@
      4  9345  xz159989  		gdk_pixbuf_unref (fade);
      5  9345  xz159989  	}
      6  9345  xz159989  
      7  9345  xz159989 -	pixmap = gdk_pixmap_new (drawable, width, height, gdk_rgb_get_visual ()->depth);
      8  9345  xz159989 +	pixmap = gdk_pixmap_new (drawable, width, height, -1);
      9  9345  xz159989  	gdk_draw_rgb_image_dithalign (pixmap, gc,
     10  9345  xz159989  				      0, 0,
     11  9345  xz159989  				      width, height,
     12