From 7c6ceeeecb03c616b7cfab199212bd6436cba884 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 10 Jan 2001 14:05:06 +0000 Subject: *** empty log message *** --- perl-install/my_gtk.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/my_gtk.pm') diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm index ebb71641f..cc63d80ae 100644 --- a/perl-install/my_gtk.pm +++ b/perl-install/my_gtk.pm @@ -329,7 +329,6 @@ sub create_packtable($@) { $j != $#$l ? $w->attach($_, $j, $j + 1, $i, $i + 1, 'fill', 'fill', 5, 0) : $w->attach_raw($_, $j, $j + 1, $i, $i + 1, 1|5, ref($_) eq 'Gtk::ScrolledWindow' ? 1|5 : 0, 0, 0); -# $w->attach_defaults($_, $j, $j + 1, $i, $i + 1); $_->show; } } @$l; -- cgit v1.2.1