Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,750
Issues
2,750
List
Boards
Labels
Service Desk
Milestones
Merge Requests
34
Merge Requests
34
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
e0089435
Commit
e0089435
authored
Jan 12, 1998
by
scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The "ymax" argument was listed twice in fractaltrace's PDB interface.
Fixed. Adrian found this, I just patched it. :) --sg
parent
fcdccc5e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
ChangeLog
ChangeLog
+5
-0
plug-ins/common/fractaltrace.c
plug-ins/common/fractaltrace.c
+0
-1
plug-ins/fractaltrace/fractaltrace.c
plug-ins/fractaltrace/fractaltrace.c
+0
-1
No files found.
ChangeLog
View file @
e0089435
Mon Jan 12 14:49:19 1998 Scott Goehring <scott@poverty.bloomington.in.us>
* plug-ins/fractaltrace/fractaltrace.c (query): ymax argument was
listed twice. Fixed.
Fri Jan 9 01:15:51 PST 1998 Manish Singh <yosh@gimp.org>
* INSTALL: updated to properly reflect installation procedure
...
...
plug-ins/common/fractaltrace.c
View file @
e0089435
...
...
@@ -111,7 +111,6 @@ static void query( void )
{
PARAM_FLOAT
,
"xmax"
,
"xmax fractal image delimiter"
},
{
PARAM_FLOAT
,
"ymin"
,
"ymin fractal image delimiter"
},
{
PARAM_FLOAT
,
"ymax"
,
"ymax fractal image delimiter"
},
{
PARAM_FLOAT
,
"ymax"
,
"ymax fractal image delimiter"
},
{
PARAM_INT32
,
"depth"
,
"trace depth"
},
{
PARAM_INT32
,
"outside_type"
,
"outside type"
"(0=WRAP/1=TRANS/2=BLACK/3=WHITE)"
},
...
...
plug-ins/fractaltrace/fractaltrace.c
View file @
e0089435
...
...
@@ -111,7 +111,6 @@ static void query( void )
{
PARAM_FLOAT
,
"xmax"
,
"xmax fractal image delimiter"
},
{
PARAM_FLOAT
,
"ymin"
,
"ymin fractal image delimiter"
},
{
PARAM_FLOAT
,
"ymax"
,
"ymax fractal image delimiter"
},
{
PARAM_FLOAT
,
"ymax"
,
"ymax fractal image delimiter"
},
{
PARAM_INT32
,
"depth"
,
"trace depth"
},
{
PARAM_INT32
,
"outside_type"
,
"outside type"
"(0=WRAP/1=TRANS/2=BLACK/3=WHITE)"
},
...
...
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