From 4f3dac86d5055ae5e3ce8bee2875b7de800f8880 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 25 Aug 2004 05:13:21 +0000 Subject: (selectCountry) fix Pixel broke country selection (bug 10938) --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/any.pm b/perl-install/any.pm index 74d6ab60b..445f5c02c 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -745,7 +745,7 @@ sub selectCountry { advanced_messages => N("Here is the full list of available countries"), advanced_label => N("Other Countries"), advanced_state => $ext_country && scalar(@best), - callbacks => { changed => sub { $_[0] != 2 and $other = $_[0] == 0 } }, + callbacks => { changed => sub { $_[0] != 2 and $other = $_[0] == 1 } }, }, [ if_(@best, { val => \$country, type => 'list', format => \&lang::c2name, list => \@best, sort => 1 }), -- cgit v1.2.1