mirror of https://github.com/GNOME/gimp.git
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:
parent
b6611b94ad
commit
ce2e187b08
|
@ -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))))
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue