diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-08-18 09:40:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-08-18 09:40:20 +0000 |
commit | 3233f7f85c0a595e8823f3b0724a674673e963f2 (patch) | |
tree | c0222d780e11624c1059a8a9844840a3f560bdf9 /perl-install | |
parent | a9f79a5dd73567daf73a969f7c2b21a22e9935b9 (diff) | |
download | drakx-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')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 1 |
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) { |