summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-12-27 16:26:30 +0000
committerOlivier Blin <oblin@mandriva.org>2005-12-27 16:26:30 +0000
commit07f0da40e08b7d3f5d143513a7b924e415af5a51 (patch)
treedf94e880801bc2b5fc674de541267a6aacd82e9b /perl-install
parent2135da541717f31c20033d2f7a17ed5e7d55a400 (diff)
downloaddrakx-backup-do-not-use-07f0da40e08b7d3f5d143513a7b924e415af5a51.tar
drakx-backup-do-not-use-07f0da40e08b7d3f5d143513a7b924e415af5a51.tar.gz
drakx-backup-do-not-use-07f0da40e08b7d3f5d143513a7b924e415af5a51.tar.bz2
drakx-backup-do-not-use-07f0da40e08b7d3f5d143513a7b924e415af5a51.tar.xz
drakx-backup-do-not-use-07f0da40e08b7d3f5d143513a7b924e415af5a51.zip
fix for localedrake in text mode (backport of patch from Pixel)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 0f6d6ac5e..e4784a0f2 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -830,7 +830,7 @@ sub selectLanguage_standalone {
{ val => \$locale->{utf8}, type => 'bool', text => N("Use Unicode by default"), advanced => 1 },
]);
lang::set($locale);
- Gtk2->set_locale;
+ Gtk2->set_locale if $in->isa('interactive::gtk');
}
sub selectLanguage_and_more_standalone {