Update of /cvsroot/ufraw/ufraw
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23653

Modified Files:
        ufraw-gimp.c 
Log Message:
Fix sending grayscale images to GIMP.

Index: ufraw-gimp.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw-gimp.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- ufraw-gimp.c        29 Sep 2009 01:03:11 -0000      1.56
+++ ufraw-gimp.c        3 Oct 2009 12:15:05 -0000       1.57
@@ -375,8 +375,7 @@
        }
     } else {
        ufraw_write_image_data(uf, &pixel_region, width, height, left, top,
-               depth==3 ? 8 : 16, uf->conf->grayscaleMode != grayscale_none,
-               gimp_row_writer);
+               depth==3 ? 8 : 16, 0, gimp_row_writer);
     }
     gimp_drawable_flush(drawable);
     gimp_drawable_detach(drawable);


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to