see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann
2000-01-31 03:48:28 +00:00
parent 03015f85d7
commit a22fd354ad
11 changed files with 784 additions and 42 deletions

View File

@ -488,7 +488,6 @@ sub _new_adjustment {
$adj[3]||=($adj[1]-$adj[0])*0.01;
$adj[4]||=0;
print "new adjustment $_[0], @adj\n";
new Gtk::Adjustment $_[0],@adj;
}