plug-ins: script-fu-selection-rounded-rectangle takes four arguments

Don't forget to pass a value for the 'concave' parameter to
script-fu-selection-rounded-rectangle.
This commit is contained in:
Cameron Gregory 2010-05-16 11:42:45 +02:00 committed by Martin Nordholts
parent 19d4ad70f9
commit afa9bd3b9a
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
(define (script-fu-selection-round image drawable radius)
(script-fu-selection-rounded-rectangle image drawable (* radius 100))
(script-fu-selection-rounded-rectangle image drawable (* radius 100) FALSE)
)