see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann
1999-09-14 19:03:00 +00:00
parent c36d8e2b3b
commit 21a8854aa3
15 changed files with 1349 additions and 1031 deletions

View File

@ -344,7 +344,7 @@ Gimp::on_query {
my %x = @_; values %x;
}
for(@params) {
for(@$params) {
$_->[0]=Gimp::PARAM_INT32 if $_->[0] == PF_TOGGLE;
$_->[0]=Gimp::PARAM_STRING if $_->[0] == PF_FONT;
$_->[0]=Gimp::PARAM_STRING if $_->[0] == PF_BRUSH;