summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-07-30 13:30:37 +0000
committerFrancois Pons <fpons@mandriva.com>2003-07-30 13:30:37 +0000
commitd57f1a6a28159425b19f1078622aeff3993fd53d (patch)
treeb628583a326c4a9abff06d0c422cff9121e9ff1d /perl-install/interactive
parent9f06fce8d4b6a9bc1d15563a06e80a43cbc756ef (diff)
downloaddrakx-backup-do-not-use-d57f1a6a28159425b19f1078622aeff3993fd53d.tar
drakx-backup-do-not-use-d57f1a6a28159425b19f1078622aeff3993fd53d.tar.gz
drakx-backup-do-not-use-d57f1a6a28159425b19f1078622aeff3993fd53d.tar.bz2
drakx-backup-do-not-use-d57f1a6a28159425b19f1078622aeff3993fd53d.tar.xz
drakx-backup-do-not-use-d57f1a6a28159425b19f1078622aeff3993fd53d.zip
removed ugly code for scrollbars as pixel has fixed it now.
Diffstat (limited to 'perl-install/interactive')
-rw-r--r--perl-install/interactive/gtk.pm6
1 files changed, 1 insertions, 5 deletions
diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm
index 178b99bf4..837e8f267 100644
--- a/perl-install/interactive/gtk.pm
+++ b/perl-install/interactive/gtk.pm
@@ -579,11 +579,7 @@ sub ask_fromW {
my $advanced_total_size = $total_size - $always_total_size;
- #my $pack = create_box_with_title($mainw, @{$common->{messages}});
- #- FIXME need to fix the above line as no scroll bars are done,
- my ($messages_title) = @{$common->{messages}};
- my $pack = create_box_with_title($mainw, $::isInstall && length($messages_title) > 300 ? substr($messages_title, 0, 300)."\n... need scrollbar fixes here" : $messages_title);
-
+ my $pack = create_box_with_title($mainw, @{$common->{messages}});
my ($totalwidth, $totalheight) = (0, $mainw->{box_size});
my $set_default_size = sub {