summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/net_monitor
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-19 00:29:53 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-19 00:29:53 +0100
commit7828203e308e62a47eac337a193d0fa1680b97d9 (patch)
treeb905f854311445b215bd136ea41a49ccd3f3e52c /perl-install/standalone/net_monitor
parent5c7f440d6ba6016ebe497d7f88d88aafab47a47d (diff)
downloaddrakx-15.73.1.tar
drakx-15.73.1.tar.gz
drakx-15.73.1.tar.bz2
drakx-15.73.1.tar.xz
drakx-15.73.1.zip
15.73.115.73.1
Diffstat (limited to 'perl-install/standalone/net_monitor')
0 files changed, 0 insertions, 0 deletions
re/drakx/snapshot/drakx-3202cc94adcd9df067faf39cb27635409e56bc11.tar.xz'>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);
}