diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-13 15:34:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-13 15:34:48 +0000 |
commit | e521962cd3779a80efe586c57aaf717fbe1e9b43 (patch) | |
tree | 519683d555d41a2d09896badb1cfc4cfb9e722dd /perl-install | |
parent | 4158940c604589d85fce94b87ed78af083291b24 (diff) | |
download | drakx-e521962cd3779a80efe586c57aaf717fbe1e9b43.tar drakx-e521962cd3779a80efe586c57aaf717fbe1e9b43.tar.gz drakx-e521962cd3779a80efe586c57aaf717fbe1e9b43.tar.bz2 drakx-e521962cd3779a80efe586c57aaf717fbe1e9b43.tar.xz drakx-e521962cd3779a80efe586c57aaf717fbe1e9b43.zip |
(installPackages): do not show button "Details" when no advertising
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 150c444d0..ae713582d 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -580,6 +580,7 @@ sub installPackages { $w->sync; $msg->set(_("Please wait, preparing installation")); gtkset_mousecursor_normal($cancel->window); + $details->hide if !@install_any::advertising_images; my $advertize = sub { @install_any::advertising_images or return; |