From 277ec70b75355d1e2b0eba613467783f53c0827e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 24 Jan 2003 14:24:41 +0000 Subject: fix "Previous" button in warnAboutNaughtyServers, so there is 3 choices (Previous, unselect servers, accept :) --- perl-install/install_steps_interactive.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 62432d535..b3f374446 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -386,6 +386,7 @@ sub choosePackages { log::l("max size (level $min_mark) is : " . formatXiB($max_size)); pkgs::restoreSelected($b); + chooseGroups: $o->chooseGroups($packages, $compssUsers, $min_mark, \$individual, $max_size) if !$o->{isUpgrade} && !$::corporate; ($o->{packages_}{ind}) = @@ -394,7 +395,7 @@ sub choosePackages { $o->choosePackagesTree($packages) if $individual; install_any::warnAboutRemovedPackages($o, $o->{packages}); - install_any::warnAboutNaughtyServers($o); + install_any::warnAboutNaughtyServers($o) or goto chooseGroups; } sub choosePackagesTree { -- cgit v1.2.1