plug-ins: script-fu bash processing should not finish with gimp-quit.

This is not the macro business to quit GIMP. The user may still have
processing to do after looping over images.
This commit is contained in:
Jehan 2016-05-30 18:55:37 +02:00
parent b6611b94ad
commit ce2e187b08
1 changed files with 6 additions and 2 deletions

View File

@ -80,5 +80,9 @@
(when image (when image
,@body ,@body
(gimp-image-delete image))) (gimp-image-delete image)))
(,loop (cdr ,filenames)))) (,loop (cdr ,filenames))
(gimp-quit 0)))) )
)
)
)
)