summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-04-04 21:48:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-04-04 21:48:07 +0000
commite8c5653452f2e8e78ee0caeb5fb17eb2546d3db7 (patch)
tree7c67ba593ecaa2051b2379e9dc2631a2410db57f /perl-install/install2.pm
parented397ae6c850fc1f196a7cbdd825bbef5e89f59b (diff)
downloaddrakx-e8c5653452f2e8e78ee0caeb5fb17eb2546d3db7.tar
drakx-e8c5653452f2e8e78ee0caeb5fb17eb2546d3db7.tar.gz
drakx-e8c5653452f2e8e78ee0caeb5fb17eb2546d3db7.tar.bz2
drakx-e8c5653452f2e8e78ee0caeb5fb17eb2546d3db7.tar.xz
drakx-e8c5653452f2e8e78ee0caeb5fb17eb2546d3db7.zip
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 12fb6e877..e92035880 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -348,7 +348,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|el|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},
$o->{compssUsers}, $o->{compssUsersSorted}, $_[1] == 1);