summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-08-18 09:40:20 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-08-18 09:40:20 +0000
commit3233f7f85c0a595e8823f3b0724a674673e963f2 (patch)
treec0222d780e11624c1059a8a9844840a3f560bdf9 /perl-install/install_steps_gtk.pm
parenta9f79a5dd73567daf73a969f7c2b21a22e9935b9 (diff)
downloaddrakx-backup-do-not-use-3233f7f85c0a595e8823f3b0724a674673e963f2.tar
drakx-backup-do-not-use-3233f7f85c0a595e8823f3b0724a674673e963f2.tar.gz
drakx-backup-do-not-use-3233f7f85c0a595e8823f3b0724a674673e963f2.tar.bz2
drakx-backup-do-not-use-3233f7f85c0a595e8823f3b0724a674673e963f2.tar.xz
drakx-backup-do-not-use-3233f7f85c0a595e8823f3b0724a674673e963f2.zip
hide $release_notes_scroll by default, it's visually cleaner
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index ce83cb311..6bb030988 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -453,6 +453,7 @@ sub installPackages {
)), 0, 1, 0);
$release_notes_button->hide if !$o->{release_notes};
$details->hide if !@install_any::advertising_images;
+ $release_notes_scroll->hide; #- it is hidden by default
$w->sync;
$msg->set_label(N("Please wait, preparing installation..."));
foreach ($cancel, $release_notes_button, $details) {