Bug 783386 - Circuit filter broken

Fix an error in the circuit filter introduced in
1ce7fc6c77.

It's gimp-drawable-desaturate not gimp-desaturate-drawable.
This commit is contained in:
Simen Heggestøyl 2017-06-03 19:20:52 +02:00 committed by Michael Natterer
parent adb826fb39
commit 8412192f85
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
(plug-in-oilify RUN-NONINTERACTIVE image active-layer mask-size 0)
(plug-in-edge RUN-NONINTERACTIVE image active-layer 2 1 0)
(if (= type RGBA-IMAGE)
(gimp-desaturate-drawable active-layer DESATURATE-LIGHTNESS))
(gimp-drawable-desaturate active-layer DESATURATE-LIGHTNESS))
(if (and
(= remove-bg TRUE)