diff options
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r-- | perl-install/my_gtk.pm | 1 |
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); |