summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-01-23 20:14:24 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-01-23 20:14:24 +0000
commit28020f763127fc6f133180f43ebdf981f9f7abbe (patch)
tree805187a7ef72d391c69289d3a256954ff7942149 /perl-install/install_steps_interactive.pm
parent08cb28f7f4136f293483f7fd1a0e849119e3335e (diff)
downloaddrakx-backup-do-not-use-28020f763127fc6f133180f43ebdf981f9f7abbe.tar
drakx-backup-do-not-use-28020f763127fc6f133180f43ebdf981f9f7abbe.tar.gz
drakx-backup-do-not-use-28020f763127fc6f133180f43ebdf981f9f7abbe.tar.bz2
drakx-backup-do-not-use-28020f763127fc6f133180f43ebdf981f9f7abbe.tar.xz
drakx-backup-do-not-use-28020f763127fc6f133180f43ebdf981f9f7abbe.zip
(reallyChooseGroups): remove "Previous" button
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index ed8a07cb4..ea36e3330 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -567,7 +567,7 @@ sub reallyChooseGroups {
} @{$o->{compssUsersSorted}}),
if_($o->{meta_class} eq 'desktop', { text => N("All"), val => \$all, type => 'bool' }),
if_($individual, { text => N("Individual package selection"), val => $individual, advanced => 1, type => 'bool' }),
- ], changed => sub { $size_text = &$size_to_display }) or return;
+ ], changed => sub { $size_text = &$size_to_display });
if ($all) {
$val->{$_} = 1 foreach keys %$val;