diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-05-05 13:50:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-05-05 13:50:36 +0000 |
commit | 52ebfd73c39065e2bb3881de59685e788753911a (patch) | |
tree | 6bc1d867c3ce147299d1cbf2edc2a44137885e7a /mdkonline | |
parent | a67532670a986bb56262b7fcfb5cb6abd4dbad66 (diff) | |
download | mgaonline-52ebfd73c39065e2bb3881de59685e788753911a.tar mgaonline-52ebfd73c39065e2bb3881de59685e788753911a.tar.gz mgaonline-52ebfd73c39065e2bb3881de59685e788753911a.tar.bz2 mgaonline-52ebfd73c39065e2bb3881de59685e788753911a.tar.xz mgaonline-52ebfd73c39065e2bb3881de59685e788753911a.zip |
list all countries
Diffstat (limited to 'mdkonline')
-rwxr-xr-x | mdkonline | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ gtkappend_page($o->{nb}, init(1); # Filling country list: -my %countries = map { lang::c2name($_) => $_ } lang::list_countries(exclude_non_installed => 1); +my %countries = map { lang::c2name($_) => $_ } lang::list_countries(); $o->{vbox_auto}->set_sensitive($auto_update); $o->{country}->set_popdown_strings(sort(keys %countries)); $o->{country}->set_text(lang::c2name(lang::read('', $>)->{country})); |