diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-18 17:08:01 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-18 17:08:01 +0000 |
commit | 135cb580abfc873836a029b30f42ed9e5f836750 (patch) | |
tree | 786eb8e3e3a1b6a5e8d58654f8940591c1392c03 /perl-install/install_steps.pm | |
parent | cd7d6d3ed11ae86d0c6dcfa8198074fa193653c5 (diff) | |
download | drakx-backup-do-not-use-135cb580abfc873836a029b30f42ed9e5f836750.tar drakx-backup-do-not-use-135cb580abfc873836a029b30f42ed9e5f836750.tar.gz drakx-backup-do-not-use-135cb580abfc873836a029b30f42ed9e5f836750.tar.bz2 drakx-backup-do-not-use-135cb580abfc873836a029b30f42ed9e5f836750.tar.xz drakx-backup-do-not-use-135cb580abfc873836a029b30f42ed9e5f836750.zip |
selectlanguage: utf8 flag status is updated when user selects more/less languages; when user touches it, update is disabled, allowing andrej to have an en_GB + ru_RU install without utf8
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 04dcd3015..c7b7961cf 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -109,7 +109,6 @@ sub selectLanguage { lang::set($o->{locale}, !$o->isa('interactive::gtk')); - lang::langs_selected($o->{locale}); log::l("selectLanguage: pack_langs: ", lang::pack_langs($o->{locale}{langs}), " utf8-flag: ", to_bool($o->{locale}{utf8})); #- for auto_install compatibility with old $o->{keyboard} containing directly $o->{keyboard}{KEYBOARD} |