From ec0a5e3bf37e708cc1fa26088baeded4beb77aeb Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 4 Sep 2007 06:58:36 +0000 Subject: - fix gnome choice in "choose desktop" step (#33101) --- perl-install/install/steps_interactive.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/steps_interactive.pm') diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 0138174c5..b32c1fe8e 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -434,6 +434,7 @@ sub _chooseDesktop { $rpmsrate_flags_chosen->{"CAT_$dontwant"} = 0; my @flags = map_each { if_($::b, $::a) } %$rpmsrate_flags_chosen; log::l("flags ", join(' ', sort @flags)); + install::any::unselectMostPackages($o); } else { $$chooseGroups = 1; } -- cgit v1.2.1