fixed handling of "argc-lower-val-y" PDB parameter.

2008-04-21  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/curve-bend.c (run): fixed handling of
	"argc-lower-val-y" PDB parameter.


svn path=/trunk/; revision=25502
This commit is contained in:
Sven Neumann 2008-04-21 12:45:52 +00:00 committed by Sven Neumann
parent 4c2a0f58ca
commit 1fdfd03576
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-04-21 Sven Neumann <sven@gimp.org>
* plug-ins/common/curve-bend.c (run): fixed handling of
"argc-lower-val-y" PDB parameter.
2008-04-20 Michael Natterer <mitch@gimp.org>
* app/core/gimpdrawable-levels.[ch]: replaced unused parameter

View file

@ -745,7 +745,7 @@ run (const gchar *name,
p_copy_yval (cd, OUTLINE_UPPER,
param[16].data.d_int32,
param[17].data.d_int8array);
p_copy_yval (cd, OUTLINE_UPPER,
p_copy_yval (cd, OUTLINE_LOWER,
param[18].data.d_int32,
param[19].data.d_int8array);
}