Save a bunch of slow-witted old people like myself from having to upgrade

Thu Feb 22 18:23:10 GMT 2001  Adam D. Moss  <adam@gimp.org>

	* tools/pdbgen/pdb/channel.pdb: Save a bunch of slow-witted
	old people like myself from having to upgrade PERL for the sake
	of sugar.  Baby.
This commit is contained in:
GMT 2001 Adam D. Moss 2001-02-22 18:28:15 +00:00 committed by Adam D. Moss
parent 9417fa1db7
commit 5e901eee37
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Thu Feb 22 18:23:10 GMT 2001 Adam D. Moss <adam@gimp.org>
* tools/pdbgen/pdb/channel.pdb: Save a bunch of slow-witted
old people like myself from having to upgrade PERL for the sake
of sugar. Baby.
2001-02-21 Michael Natterer <mitch@gimp.org>
* configure.in: forgot one s/gimptool/gimptool-1.4/

View File

@ -225,8 +225,10 @@ HELP
@inargs = ( &channel_arg, &channel_arg, &operation_arg );
foreach my $i (0 .. 1) {
$inargs[$i]{$_} .= $i + 1 for qw(name desc);
foreach my $i (0,1) {
foreach my $unused (qw(name desc)) {
$inargs[$i]{$unused} .= $i + 1;
}
}
foreach (qw(x y)) {