aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMandrivaUpdate2
-rw-r--r--NEWS5
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);
diff --git a/NEWS b/NEWS
index 87266cb9..6e57d7bd 100644
--- a/NEWS
+++ b/NEWS
@@ -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