Mageia Bugzilla – Attachment 3965 Details for
Bug 1055
Not all countries available in localedrake
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Tentative patch to fix the problem.
drakx-svn2.diff (text/plain), 522 bytes, created by
Shlomi Fish
on 2013-05-13 19:56:58 CEST
(
hide
)
Description:
Tentative patch to fix the problem.
Filename:
MIME Type:
Creator:
Shlomi Fish
Created:
2013-05-13 19:56:58 CEST
Size:
522 bytes
patch
obsolete
>Index: perl-install/any.pm >=================================================================== >--- perl-install/any.pm (revision 8223) >+++ perl-install/any.pm (working copy) >@@ -1229,7 +1229,7 @@ > my ($in, $locale) = @_; > > my $country = $locale->{country}; >- my $country2locales = lang::countries_to_locales(exclude_non_installed => !$::isInstall); >+ my $country2locales = lang::countries_to_locales(exclude_non_installed => 0); > my @countries = keys %$country2locales; > my @best = grep { > find {
Index: perl-install/any.pm =================================================================== --- perl-install/any.pm (revision 8223) +++ perl-install/any.pm (working copy) @@ -1229,7 +1229,7 @@ my ($in, $locale) = @_; my $country = $locale->{country}; - my $country2locales = lang::countries_to_locales(exclude_non_installed => !$::isInstall); + my $country2locales = lang::countries_to_locales(exclude_non_installed => 0); my @countries = keys %$country2locales; my @best = grep { find {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1055
: 3965