summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-01 21:33:36 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-01 21:33:36 +0000
commit0508c245d6af8df37d215794149b7d382011cb77 (patch)
tree2f69ed98406a6e8caf536dbecf2ded6de4e5f272
parente1130f80522c658c0416937b9b7c51c4ea72a4e7 (diff)
downloaddrakx-0508c245d6af8df37d215794149b7d382011cb77.tar
drakx-0508c245d6af8df37d215794149b7d382011cb77.tar.gz
drakx-0508c245d6af8df37d215794149b7d382011cb77.tar.bz2
drakx-0508c245d6af8df37d215794149b7d382011cb77.tar.xz
drakx-0508c245d6af8df37d215794149b7d382011cb77.zip
drop keyboard unsafe when not unsafe anymore
-rw-r--r--perl-install/install_steps_interactive.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index b80f0d7f4..9ea6bafe5 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -220,6 +220,7 @@ sub selectKeyboard {
list => [ difference2([ keyboard::KEYBOARDs() ], \@best) ], advanced => @best > 1 }
]);
$o->{keyboard}{KEYBOARD} = $other ? $ext_keyboard : $KEYBOARD;
+ delete $o->{keyboard}{unsafe};
}
any::keyboard_group_toggle_choose($o, $o->{keyboard}) or goto &selectKeyboard;
install_steps::selectKeyboard($o);