summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-09-23 17:52:19 +0000
committerOlivier Blin <oblin@mandriva.com>2008-09-23 17:52:19 +0000
commit3ef312af41aeab7094ed401042f98837577eb790 (patch)
treeb070bc8c1fd7eaed2a234beb3be6c841acd5d19f /perl-install/install
parent5df2bcca46d03cda4c31573b11c20ec254ae73a7 (diff)
downloaddrakx-backup-do-not-use-3ef312af41aeab7094ed401042f98837577eb790.tar
drakx-backup-do-not-use-3ef312af41aeab7094ed401042f98837577eb790.tar.gz
drakx-backup-do-not-use-3ef312af41aeab7094ed401042f98837577eb790.tar.bz2
drakx-backup-do-not-use-3ef312af41aeab7094ed401042f98837577eb790.tar.xz
drakx-backup-do-not-use-3ef312af41aeab7094ed401042f98837577eb790.zip
reuse o->{rpmsrate_flags_chosen} (in disabled feather feature...)
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 75002e07f..12aa73e01 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -494,7 +494,7 @@ sub choosePackagesTree {
code => sub {
install::any::unselectMostPackages($o);
- install::pkgs::setSelectedFromCompssList($packages, { SYSTEM => 1 }, $pkgs::rpmsrate_rate_default, $availableCorrected);
+ install::pkgs::setSelectedFromCompssList($packages, { SYSTEM => 1 }, $o->{rpmsrate_flags_chosen}, $availableCorrected);
1;
} }),
],