diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-06 16:19:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-06 16:19:32 +0000 |
commit | 84732abe19447573067b747c2e5dd9d72a9ba0a3 (patch) | |
tree | 606b9b6f1b19c0d8b232b25570cdb0aaa6a2d68a | |
parent | cf40d809bcab817c0860ded8fdf9ff05f244964b (diff) | |
download | rpmdrake-84732abe19447573067b747c2e5dd9d72a9ba0a3.tar rpmdrake-84732abe19447573067b747c2e5dd9d72a9ba0a3.tar.gz rpmdrake-84732abe19447573067b747c2e5dd9d72a9ba0a3.tar.bz2 rpmdrake-84732abe19447573067b747c2e5dd9d72a9ba0a3.tar.xz rpmdrake-84732abe19447573067b747c2e5dd9d72a9ba0a3.zip |
(run_treeview_dialog) really fix not listing all updates (#38595)
(regression introduced in r238651 on 2008-03-05: "remember state of
"Show automatically selected packages" (#38138)")
-rwxr-xr-x | MandrivaUpdate | 2 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/MandrivaUpdate b/MandrivaUpdate index 007c0d19..2c77f94d 100755 --- a/MandrivaUpdate +++ b/MandrivaUpdate @@ -211,7 +211,7 @@ sub run_treeview_dialog { $w->{rwindow}->set_sensitive(0); $Rpmdrake::pkg::probe_only_for_updates = 1; # faster startup - pkgs_provider({}, $default_list_mode, pure_updates => 1); # default mode + pkgs_provider({}, 'all_updates', pure_updates => 1); # default mode refresh_packages_list($list, $info, $update_button); @@ -1,5 +1,6 @@ -- fix not listing all updates (#38595) - (regression introduced in 4.3.2 with "handle priority upgrade list") +- fix not listing all updates (#*38595) + (regression introduced in 4.4 with 'remember state of "Show + automatically selected packages" (#38138)' Version 4.4.1 - 5 March 2008, Thierry Vignaud |