Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2,028
Issues
2,028
List
Boards
Labels
Milestones
Merge Requests
22
Merge Requests
22
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
0bd1c2f0
Commit
0bd1c2f0
authored
Nov 03, 2011
by
Kevin Cozens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix previous script-fu deprecation commit due to overzealous update script.
parent
a85d21b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
plug-ins/script-fu/scripts/selection-round.scm
plug-ins/script-fu/scripts/selection-round.scm
+2
-2
No files found.
plug-ins/script-fu/scripts/selection-round.scm
View file @
0bd1c2f0
...
...
@@ -146,8 +146,8 @@
)
(
define
(
script-fu-selection-round
ed-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
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment