use $flags and not a literal GIMP_PARAM_READWRITE for the image

2007-05-05  Michael Natterer  <mitch@gimp.org>

	* tools/pdbgen/app.pl (generate_pspec): use $flags and not a
	literal GIMP_PARAM_READWRITE for the image paramspec's flags.

	* app/pdb/image_cmds.c: regenerated.


svn path=/trunk/; revision=22425
This commit is contained in:
Michael Natterer
2007-05-05 21:53:17 +00:00
committed by Michael Natterer
parent 45f04cc7b1
commit a866971eef
3 changed files with 9 additions and 2 deletions

View File

@ -208,7 +208,7 @@ gimp_param_spec_image_id ("$name",
"$nick",
"$blurb",
pdb->gimp, $none_ok,
GIMP_PARAM_READWRITE)
$flags)
CODE
}
elsif ($pdbtype eq 'drawable') {