summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2002-01-07 16:08:29 +0000
committerdamien <damien@mandriva.com>2002-01-07 16:08:29 +0000
commitcebf60005f12633de1986f7389f4af96e5c6d142 (patch)
tree61edfe5983158a65cae2c2957dd672453300f50c /perl-install/my_gtk.pm
parent07a152830baff25f6db5208248d466a7d443956a (diff)
downloaddrakx-backup-do-not-use-cebf60005f12633de1986f7389f4af96e5c6d142.tar
drakx-backup-do-not-use-cebf60005f12633de1986f7389f4af96e5c6d142.tar.gz
drakx-backup-do-not-use-cebf60005f12633de1986f7389f4af96e5c6d142.tar.bz2
drakx-backup-do-not-use-cebf60005f12633de1986f7389f4af96e5c6d142.tar.xz
drakx-backup-do-not-use-cebf60005f12633de1986f7389f4af96e5c6d142.zip
removed print
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r--perl-install/my_gtk.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm
index c4c0cdb6a..e4b7d3d1a 100644
--- a/perl-install/my_gtk.pm
+++ b/perl-install/my_gtk.pm
@@ -219,7 +219,6 @@ sub gtkpowerpack {
$attr{$i} = 0
}
}
-print "expand : $attr{expand}, fill : $attr{fill}, padding : $attr{padding}, pack_end : $attr{pack_end}\n";
#- Get and pack the widget (create it if necessary when it is a label...)
my $widget = ref($_[0]) ? shift : new Gtk::Label(shift);