summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-21 10:56:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-21 10:56:58 +0000
commit4810d691da4227fe3b04ba402dd70cbdfb48d254 (patch)
tree9c17d2120d3d217460cf0316cd931995ddd92a3a /perl-install/install_steps_interactive.pm
parent1c95a9572901d9caf520e78f643218ecdb8128ef (diff)
downloaddrakx-backup-do-not-use-4810d691da4227fe3b04ba402dd70cbdfb48d254.tar
drakx-backup-do-not-use-4810d691da4227fe3b04ba402dd70cbdfb48d254.tar.gz
drakx-backup-do-not-use-4810d691da4227fe3b04ba402dd70cbdfb48d254.tar.bz2
drakx-backup-do-not-use-4810d691da4227fe3b04ba402dd70cbdfb48d254.tar.xz
drakx-backup-do-not-use-4810d691da4227fe3b04ba402dd70cbdfb48d254.zip
no_comment
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 6a2a27791..e142d4c47 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -291,7 +291,7 @@ sub choosePartitionsToFormat($$) {
$o->ask_many_from_list_ref('', _("Choose the partitions you want to format"),
[ map { $label{$_} } @l ],
- [ map { \$toFormat{$_} } @l ]) or die "cancel";
+ [ map { \$toFormat{$_} } @l ]) or die "already displayed";
#- ok now we can really set toFormat
$_->{toFormat} = $toFormat{$_} foreach @l;