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:
@ -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))))
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
Reference in New Issue
Block a user