The "ymax" argument was listed twice in fractaltrace's PDB interface.
Fixed. Adrian found this, I just patched it. :) --sg
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
||||
@ -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)" },
|
||||
|
||||
@ -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)" },
|
||||
|
||||
Reference in New Issue
Block a user