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