diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-11-23 17:43:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-11-23 17:43:39 +0000 |
commit | 2b14036ff7b02a24660ee45625709f03f3e10389 (patch) | |
tree | b87d6e4980c0f298649f70d4956a4c9c78b918c5 /perl-install/any.pm | |
parent | 77dacd42d71007af5c14356293a30f4d83a85cde (diff) | |
download | drakx-2b14036ff7b02a24660ee45625709f03f3e10389.tar drakx-2b14036ff7b02a24660ee45625709f03f3e10389.tar.gz drakx-2b14036ff7b02a24660ee45625709f03f3e10389.tar.bz2 drakx-2b14036ff7b02a24660ee45625709f03f3e10389.tar.xz drakx-2b14036ff7b02a24660ee45625709f03f3e10389.zip |
fix for localedrake in text mode
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
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 { |