summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-19 16:34:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-19 16:34:25 +0000
commitd47d20e62f9549266d4a92fb68ee6e38f37aaab4 (patch)
tree58cf5878de39c0dfaea04437d0148c1e6c4d9cc7 /perl-install/my_gtk.pm
parent80d2488e57d86edbdabc391aea6455ca82ea2956 (diff)
downloaddrakx-backup-do-not-use-d47d20e62f9549266d4a92fb68ee6e38f37aaab4.tar
drakx-backup-do-not-use-d47d20e62f9549266d4a92fb68ee6e38f37aaab4.tar.gz
drakx-backup-do-not-use-d47d20e62f9549266d4a92fb68ee6e38f37aaab4.tar.bz2
drakx-backup-do-not-use-d47d20e62f9549266d4a92fb68ee6e38f37aaab4.tar.xz
drakx-backup-do-not-use-d47d20e62f9549266d4a92fb68ee6e38f37aaab4.zip
(create_packtable): don't use attach_raw anymore (was a sillyme)
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r--perl-install/my_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm
index a125421b9..24549d7d7 100644
--- a/perl-install/my_gtk.pm
+++ b/perl-install/my_gtk.pm
@@ -375,7 +375,7 @@ sub create_packtable($@) {
ref $_ or $_ = new Gtk::Label($_);
$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($_, $j, $j + 1, $i, $i + 1, 1|4, ref($_) eq 'Gtk::ScrolledWindow' ? 1|4 : 0, 0, 0);
$_->show;
}
} @$l;