Update of /cvsroot/ufraw/ufraw
In directory vz-cvs-3.sog:/tmp/cvs-serv1273
Modified Files:
ufraw-gimp.c
Log Message:
Fix build error with GIMP 2.7.2.
Index: ufraw-gimp.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw-gimp.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- ufraw-gimp.c 2 Jan 2012 14:30:13 -0000 1.71
+++ ufraw-gimp.c 15 May 2012 03:15:12 -0000 1.72
@@ -367,7 +367,7 @@
#ifdef UFRAW_CINEPAINT
gimp_image_add_layer(uf->gimpImage, layer, 0);
#else
-#if defined(GIMP_CHECK_VERSION) && GIMP_CHECK_VERSION(2,7,2)
+#if defined(GIMP_CHECK_VERSION) && GIMP_CHECK_VERSION(2,7,3)
gimp_image_insert_layer(uf->gimpImage, layer, 0, 0);
#else
gimp_image_add_layer(uf->gimpImage, layer, 0);
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs