see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann
1999-02-22 21:51:18 +00:00
parent da5acc39e2
commit 09f86317a2
23 changed files with 117 additions and 95 deletions

View File

@ -28,7 +28,6 @@ register "my_first_gimp_fu", # fill in name
# now do sth. useful with the garbage we got ;)
my($width,$height,$text,$font,$fg,$bg,$ignore,$brush,$pattern,$gradient)=@_;
# uncomment the next line to enable tracing
Gimp::set_trace(TRACE_ALL);
my $img=new Image($width,$height,RGB);