see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann
2000-03-28 13:30:29 +00:00
parent 99411b4195
commit 8c46f10171
64 changed files with 505 additions and 218 deletions

View File

@ -22,8 +22,8 @@ Gimp::on_net {
for $i (0..255) {
Palette->set_background([$i,255-$i,$i]);
$bg->edit_fill;
Display->displays_flush ();
$bg->edit_fill(BG_IMAGE_FILL);
Display->displays_flush();
}
# Gimp::Net::server_quit; # kill the gimp-perl-server-extension (ugly name)
};