Fix previous script-fu deprecation commit due to overzealous update script.

This commit is contained in:
Kevin Cozens 2011-11-03 22:29:49 -04:00
parent a85d21b075
commit 0bd1c2f09f
1 changed files with 2 additions and 2 deletions

View File

@ -146,8 +146,8 @@
)
(define (script-fu-selection-rounded-rectangle image drawable radius)
(script-fu-selection-rounded-rectangle 0 image drawable (* radius 100) FALSE)
(define (script-fu-selection-round image drawable radius)
(script-fu-selection-rounded-rectangle image drawable (* radius 100) FALSE)
)