mirror of https://github.com/GNOME/gimp.git
Fix previous script-fu deprecation commit due to overzealous update script.
This commit is contained in:
parent
a85d21b075
commit
0bd1c2f09f
|
@ -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)
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue