summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-11-23 17:43:39 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-11-23 17:43:39 +0000
commit2b14036ff7b02a24660ee45625709f03f3e10389 (patch)
treeb87d6e4980c0f298649f70d4956a4c9c78b918c5 /perl-install/any.pm
parent77dacd42d71007af5c14356293a30f4d83a85cde (diff)
downloaddrakx-backup-do-not-use-2b14036ff7b02a24660ee45625709f03f3e10389.tar
drakx-backup-do-not-use-2b14036ff7b02a24660ee45625709f03f3e10389.tar.gz
drakx-backup-do-not-use-2b14036ff7b02a24660ee45625709f03f3e10389.tar.bz2
drakx-backup-do-not-use-2b14036ff7b02a24660ee45625709f03f3e10389.tar.xz
drakx-backup-do-not-use-2b14036ff7b02a24660ee45625709f03f3e10389.zip
fix for localedrake in text mode
Diffstat (limited to 'perl-install/any.pm')
-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 cc8860b3f..2ed01df13 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -796,7 +796,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 {