diff options
author | João Victor Duarte Martins <jvdm@mandriva.com.br> | 2011-03-01 14:22:32 +0000 |
---|---|---|
committer | João Victor Duarte Martins <jvdm@mandriva.com.br> | 2011-03-01 14:22:32 +0000 |
commit | 6472ed62aa7c59b5a09052879a36a87baa249370 (patch) | |
tree | d34fcd2a5a422ddc553a8575059c99e4fcde1be8 /MandrivaUpdate | |
parent | 3b738d5940f1fd154702cfaab5773b60e3c94a8c (diff) | |
download | rpmdrake-6472ed62aa7c59b5a09052879a36a87baa249370.tar rpmdrake-6472ed62aa7c59b5a09052879a36a87baa249370.tar.gz rpmdrake-6472ed62aa7c59b5a09052879a36a87baa249370.tar.bz2 rpmdrake-6472ed62aa7c59b5a09052879a36a87baa249370.tar.xz rpmdrake-6472ed62aa7c59b5a09052879a36a87baa249370.zip |
Fix offering of updates from media not configured as update (#60891).
Diffstat (limited to 'MandrivaUpdate')
-rwxr-xr-x | MandrivaUpdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MandrivaUpdate b/MandrivaUpdate index 7e670ec8..94c3e515 100755 --- a/MandrivaUpdate +++ b/MandrivaUpdate @@ -254,7 +254,7 @@ sub run_treeview_dialog { $filter->[0] = 'all'; # default filter: availlable updates $Rpmdrake::pkg::probe_only_for_updates = 1; # faster startup - pkgs_provider({}, 'all_updates', pure_updates => 1); # default mode + pkgs_provider('all_updates', pure_updates => 1); # default mode refresh_packages_list($list, $info, $update_button); |