summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-15 12:35:40 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-15 12:35:40 +0000
commit88d85316ea7f2e4faef283190777e6033f5133fe (patch)
tree44d8d0b04e60bc0d13b065bc798cbdf4f8e116b1 /perl-install/install2.pm
parentfe0190928790c89d5f5256b48eb9d6076faa6c31 (diff)
downloaddrakx-backup-do-not-use-88d85316ea7f2e4faef283190777e6033f5133fe.tar
drakx-backup-do-not-use-88d85316ea7f2e4faef283190777e6033f5133fe.tar.gz
drakx-backup-do-not-use-88d85316ea7f2e4faef283190777e6033f5133fe.tar.bz2
drakx-backup-do-not-use-88d85316ea7f2e4faef283190777e6033f5133fe.tar.xz
drakx-backup-do-not-use-88d85316ea7f2e4faef283190777e6033f5133fe.zip
(selectKeyboard): give clicked as parameter
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 06299889f..b62511da0 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -176,7 +176,7 @@ sub selectKeyboard {
}
return if !$::expert && !$clicked;
- $o->selectKeyboard;
+ $o->selectKeyboard($clicked);
#- if we go back to the selectKeyboard, you must rewrite
addToBeDone {