diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-04 18:33:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-04 18:33:56 +0000 |
commit | 7ce14e0f9d8541e16f3e4f88ea6d9b77c3bd19c7 (patch) | |
tree | 7d2c8f7a2d39221012e15451bfbd9bcfeb5953b6 /perl-install/install_steps_interactive.pm | |
parent | d1f6612b2c28eb3014e65c200fb396bc318e4e09 (diff) | |
download | drakx-7ce14e0f9d8541e16f3e4f88ea6d9b77c3bd19c7.tar drakx-7ce14e0f9d8541e16f3e4f88ea6d9b77c3bd19c7.tar.gz drakx-7ce14e0f9d8541e16f3e4f88ea6d9b77c3bd19c7.tar.bz2 drakx-7ce14e0f9d8541e16f3e4f88ea6d9b77c3bd19c7.tar.xz drakx-7ce14e0f9d8541e16f3e4f88ea6d9b77c3bd19c7.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index f8a1f58ad..7c72309a6 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -76,14 +76,14 @@ translated etc. that varies from language to language).") if $o->{lang} !~ /^en/ #------------------------------------------------------------------------------ sub selectKeyboard($) { my ($o, $clicked) = @_; - if (!$::beginner || $clicked) { - $o->{keyboard} = $o->ask_from_listf_(_("Keyboard"), - _("Please, choose your keyboard layout."), - \&keyboard::keyboard2text, - [ keyboard::xmodmaps() ], - $o->{keyboard}); - delete $o->{keyboard_unsafe}; - } + + $o->{keyboard} = $o->ask_from_listf_(_("Keyboard"), + _("Please, choose your keyboard layout."), + \&keyboard::keyboard2text, + [ keyboard::xmodmaps() ], + $o->{keyboard}); + delete $o->{keyboard_unsafe}; + if ($::expert && ref($o) !~ /newt/) { #- newt is buggy with big windows :-( my %langs; $langs{$_} = 1 foreach @{$o->{langs}}; $o->ask_many_from_list_ref('', |