summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-02-14 14:47:28 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-02-14 14:47:28 +0000
commitff4cc37795cb21c219ce360f48f208f45356f03d (patch)
tree2be8313bdc41a95ac6b58cd5ea019b3b481b94a8 /perl-install/install2.pm
parent6cbb31b6b916dc7952da7ca05b9feac5b139707a (diff)
downloaddrakx-ff4cc37795cb21c219ce360f48f208f45356f03d.tar
drakx-ff4cc37795cb21c219ce360f48f208f45356f03d.tar.gz
drakx-ff4cc37795cb21c219ce360f48f208f45356f03d.tar.bz2
drakx-ff4cc37795cb21c219ce360f48f208f45356f03d.tar.xz
drakx-ff4cc37795cb21c219ce360f48f208f45356f03d.zip
honour 9.1 theme title of windows: no icon, text to the left
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 6e1b3c288..c568e59f0 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -584,7 +584,6 @@ sub main {
MAIN: for ($o->{step} = $o->{steps}{first};; $o->{step} = getNextStep()) {
$o->{steps}{$o->{step}}{entered}++;
$o->enteringStep($o->{step});
- if ($o->{steps}{$o->{step}}{icon}) { $o->{icon} = $o->{steps}{$o->{step}}{icon} } else { undef $o->{icon} }
eval {
&{$install2::{$o->{step}}}($clicked || $o->{steps}{$o->{step}}{noauto},
$o->{steps}{$o->{step}}{entered},