summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-01 08:12:37 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-01 08:12:37 +0000
commit893ca0489266ad81a97c02f7be7b9b1357ee1f6d (patch)
treecd9c2cac4d0498757ecbe3625b66ec0144c7b34b /perl-install/ugtk2.pm
parent1c64f9578e6bd249c365295d59bb176372164fed (diff)
downloaddrakx-backup-do-not-use-893ca0489266ad81a97c02f7be7b9b1357ee1f6d.tar
drakx-backup-do-not-use-893ca0489266ad81a97c02f7be7b9b1357ee1f6d.tar.gz
drakx-backup-do-not-use-893ca0489266ad81a97c02f7be7b9b1357ee1f6d.tar.bz2
drakx-backup-do-not-use-893ca0489266ad81a97c02f7be7b9b1357ee1f6d.tar.xz
drakx-backup-do-not-use-893ca0489266ad81a97c02f7be7b9b1357ee1f6d.zip
(create_packtable) wrap labels by default
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index bc16ecac2..1b25aa25f 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -480,7 +480,7 @@ sub create_packtable {
each_index {
my $j = $::i;
if ($_) {
- ref $_ or $_ = Gtk2::Label->new($_);
+ ref $_ or $_ = Gtk2::WrappedLabel->new($_);
$j != $#$l && !$options->{mcc} ?
$w->attach($_, $j, $j + 1, $i, $i + 1,
'fill', 'fill', $options->{xpadding}, $options->{ypadding}) :