diff options
Diffstat (limited to 'MandrivaUpdate')
-rwxr-xr-x | MandrivaUpdate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MandrivaUpdate b/MandrivaUpdate index 2c77f94d..490a0c03 100755 --- a/MandrivaUpdate +++ b/MandrivaUpdate @@ -210,6 +210,7 @@ sub run_treeview_dialog { $w->{rwindow}->show_all; $w->{rwindow}->set_sensitive(0); + $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 |