summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-29 12:19:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-29 12:19:34 +0000
commit3202cc94adcd9df067faf39cb27635409e56bc11 (patch)
tree1f1ead1d0441501f9ffdc0bddd34af45e12e1fe4 /perl-install/install_steps_interactive.pm
parentbce59e8e1b55eb5ac91f30937a93aa290af40026 (diff)
downloaddrakx-3202cc94adcd9df067faf39cb27635409e56bc11.tar
drakx-3202cc94adcd9df067faf39cb27635409e56bc11.tar.gz
drakx-3202cc94adcd9df067faf39cb27635409e56bc11.tar.bz2
drakx-3202cc94adcd9df067faf39cb27635409e56bc11.tar.xz
drakx-3202cc94adcd9df067faf39cb27635409e56bc11.zip
move any::keyboard_group_toggle_choose() to keyboard::group_toggle_choose()
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 d57fa421a..11eeed5f7 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -119,7 +119,7 @@ sub selectKeyboard {
$o->{keyboard}{KEYBOARD} = $other ? $ext_keyboard : $KEYBOARD;
delete $o->{keyboard}{unsafe};
}
- any::keyboard_group_toggle_choose($o, $o->{keyboard}) or goto &selectKeyboard;
+ keyboard::group_toggle_choose($o, $o->{keyboard}) or goto &selectKeyboard;
install_steps::selectKeyboard($o);
}