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:

committed by
Michael Natterer

parent
45f04cc7b1
commit
a866971eef
@ -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') {
|
||||
|
Reference in New Issue
Block a user