From a24473491c447310f049eec13e8b7e3cb06a6963 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 23 Sep 2008 17:41:52 +0000 Subject: explicitely pass max rate when computing available size corrected (not to depend on o->{compssListLevel} that currently defaults to max rate) --- perl-install/install/steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 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 f0fa33c2c..d5e8b5f65 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -398,7 +398,7 @@ sub choosePackages { my ($o) = @_; my $w = $o->wait_message('', N("Looking for available packages...")); - my $availableC = &install::steps::choosePackages; + my $availableC = install::steps::choosePackages($o, $pkgs::rpmsrate_rate_max); require install::pkgs; -- cgit v1.2.1