summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-07 16:46:39 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-07 16:46:39 +0000
commit3452db634a1fa72c895e285d2a92a68f0c983eeb (patch)
treecbd95d67f3b9794e150c0669d0919888d824d24b /perl-install
parent702a6f103523f2425c4fdd483189d7d89d11787f (diff)
downloaddrakx-backup-do-not-use-3452db634a1fa72c895e285d2a92a68f0c983eeb.tar
drakx-backup-do-not-use-3452db634a1fa72c895e285d2a92a68f0c983eeb.tar.gz
drakx-backup-do-not-use-3452db634a1fa72c895e285d2a92a68f0c983eeb.tar.bz2
drakx-backup-do-not-use-3452db634a1fa72c895e285d2a92a68f0c983eeb.tar.xz
drakx-backup-do-not-use-3452db634a1fa72c895e285d2a92a68f0c983eeb.zip
(choosePackages): call setSelectedFromCompssList with empty
compssUsersChoice meaning max
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index eee8da4b2..561729f1d 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -416,7 +416,7 @@ sub choosePackages {
my $b = pkgs::saveSelected($packages);
pkgs::setSelectedFromCompssList($packages, $o->{compssUsersChoice}, $def_mark, 0);
my $def_size = pkgs::selectedSize($packages) + 1; #- avoid division by zero.
- my $level = pkgs::setSelectedFromCompssList($packages, $o->{compssUsersChoice}, $min_mark, 0);
+ my $level = pkgs::setSelectedFromCompssList($packages, '', $min_mark, 0);
my $max_size = pkgs::selectedSize($packages) + 1; #- avoid division by zero.
pkgs::restoreSelected($b);