diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-04 21:48:07 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-04 21:48:07 +0000 |
commit | e8c5653452f2e8e78ee0caeb5fb17eb2546d3db7 (patch) | |
tree | 7c67ba593ecaa2051b2379e9dc2631a2410db57f /perl-install/install2.pm | |
parent | ed397ae6c850fc1f196a7cbdd825bbef5e89f59b (diff) | |
download | drakx-backup-do-not-use-e8c5653452f2e8e78ee0caeb5fb17eb2546d3db7.tar drakx-backup-do-not-use-e8c5653452f2e8e78ee0caeb5fb17eb2546d3db7.tar.gz drakx-backup-do-not-use-e8c5653452f2e8e78ee0caeb5fb17eb2546d3db7.tar.bz2 drakx-backup-do-not-use-e8c5653452f2e8e78ee0caeb5fb17eb2546d3db7.tar.xz drakx-backup-do-not-use-e8c5653452f2e8e78ee0caeb5fb17eb2546d3db7.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 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); |