diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-01-10 16:08:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-01-10 16:08:34 +0000 |
commit | 5b3615c6c03f8961facaf6e35c8963c0f9456197 (patch) | |
tree | 2d27c3298cce44eae42ceb819204454395bdd042 /perl-install/install2.pm | |
parent | 3a2545452f8ddb6bfe8eee02c313769d38f74300 (diff) | |
download | drakx-5b3615c6c03f8961facaf6e35c8963c0f9456197.tar drakx-5b3615c6c03f8961facaf6e35c8963c0f9456197.tar.gz drakx-5b3615c6c03f8961facaf6e35c8963c0f9456197.tar.bz2 drakx-5b3615c6c03f8961facaf6e35c8963c0f9456197.tar.xz drakx-5b3615c6c03f8961facaf6e35c8963c0f9456197.zip |
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index e111c9043..6c7f6d784 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -352,7 +352,7 @@ sub choosePackages { if ($_[1] > 1 || !$o->{isUpgrade} || $::expert) { if ($_[1] == 1) { $o->{compssUsersChoice}{$_} = 1 foreach @{$o->{compssUsersSorted}}, 'Miscellaneous'; - $o->{compssUsersChoice}{KDE} = 0 if $o->{lang} =~ /ja|ko|th|vi|zh/; #- gnome handles much this fonts much better + $o->{compssUsersChoice}{KDE} = 0 if $o->{lang} =~ /ja|el|ko|th|vi|zh/; #- gnome handles much this fonts much better } $o->choosePackages($o->{packages}, $o->{compss}, |