--- polaroid.scm.orig Sat Feb 4 13:00:10 2006 +++ polaroid.scm Sat Feb 4 13:00:10 2006 @@ -45,7 +45,7 @@ (pImg (car (gimp-image-new pImgWidth pImgHeight RGB))) (pImgBackground (car (gimp-layer-new pImg pImgWidth pImgHeight RGB "Background" 100 NORMAL ))) - (pImgContent (car (gimp-layer-new pImg pImgSize pImgSize RGBA_IMAGE "Content" 100 NORMAL ))) + (pImgContent (car (gimp-layer-new pImg pImgSize pImgSize RGBA-IMAGE "Content" 100 NORMAL ))) ) ; disable undo on new image