summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-20 13:45:20 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-20 13:45:20 +0000
commitae827cca5790bf684bbf7e7258c8615690b0633d (patch)
treeac8152f792d2afe8790a5594ee258b08f8d6154d /perl-install/my_gtk.pm
parent405da5160728bd0332ebbc471f52939489720aa7 (diff)
downloaddrakx-ae827cca5790bf684bbf7e7258c8615690b0633d.tar
drakx-ae827cca5790bf684bbf7e7258c8615690b0633d.tar.gz
drakx-ae827cca5790bf684bbf7e7258c8615690b0633d.tar.bz2
drakx-ae827cca5790bf684bbf7e7258c8615690b0633d.tar.xz
drakx-ae827cca5790bf684bbf7e7258c8615690b0633d.zip
various
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 3df0bc18a..b0a09ff78 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($_, $j, $j + 1, $i, $i + 1, { 'fill', 'expand' }, ref($_) eq 'Gtk::ScrolledWindow' ? { 'fill', 'expand' } : 0, 0, 0);
+ $w->attach($_, $j, $j + 1, $i, $i + 1, 1|4, ref($_) eq 'Gtk::ScrolledWindow' ? 1|4 : 0, 0, 0);
$_->show;
}
} @$l;