diff options
author | Thierry Vignaud <tv@mandriva.org> | 2006-12-01 12:05:51 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2006-12-01 12:05:51 +0000 |
commit | 5ba17d6aaedc0f2ed4f000ba60eee0ac665b8c57 (patch) | |
tree | 0b5211bcdf6c8e41d7fbbbf2a50fd5a6e1170936 | |
parent | 0c5fd6412ab47880ba2f1ea59d1a4692c7706d5e (diff) | |
download | rpmdrake-5ba17d6aaedc0f2ed4f000ba60eee0ac665b8c57.tar rpmdrake-5ba17d6aaedc0f2ed4f000ba60eee0ac665b8c57.tar.gz rpmdrake-5ba17d6aaedc0f2ed4f000ba60eee0ac665b8c57.tar.bz2 rpmdrake-5ba17d6aaedc0f2ed4f000ba60eee0ac665b8c57.tar.xz rpmdrake-5ba17d6aaedc0f2ed4f000ba60eee0ac665b8c57.zip |
just kill an old constraint that does more damage than good with unified view (#26135)
-rwxr-xr-x | rpmdrake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -941,7 +941,7 @@ or you already installed all of them.")); @nodes = grep { exists $pkgs->{$_} } @nodes or return; #- avoid selecting too many packages at once - return if !$dont_show_selections && (!member($default_list_mode, qw(all_updates security bugfix normal)) && @nodes == keys %$pkgs || @nodes > 2000); + return if !$dont_show_selections && @nodes > 2000; my $new_state = !$pkgs->{$nodes[0]}{selected}; my @nodes_with_deps; |