Bug 557061 – Alpha to Logo

Applied patch from Eric Lamarque fixing an error in the Cool Metal Logo
script.
This commit is contained in:
Sven Neumann 2009-05-21 18:49:51 +02:00
parent ed748fd383
commit 35ac02e66d

View file

@ -119,7 +119,7 @@
(begin
(gimp-image-undo-group-start img)
(if (car (gimp-layer-is-floating-sel logo-layer))
(if (= (car (gimp-layer-is-floating-sel logo-layer)) TRUE)
(begin
(gimp-floating-sel-to-layer logo-layer)
(set! logo-layer (car (gimp-image-get-active-layer img)))