aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2006-08-23 09:30:22 +0000
committerThierry Vignaud <tv@mandriva.org>2006-08-23 09:30:22 +0000
commit5b7d9fed87a695da1095b93b9f2eaa4405bcaf99 (patch)
treee7a8e787a81f66b2cdfd6b9110fe8621b7f35cb8
parent51aa30c94a6ed55d4e2ff9759a3cfa0dd74dc491 (diff)
downloadrpmdrake-5b7d9fed87a695da1095b93b9f2eaa4405bcaf99.tar
rpmdrake-5b7d9fed87a695da1095b93b9f2eaa4405bcaf99.tar.gz
rpmdrake-5b7d9fed87a695da1095b93b9f2eaa4405bcaf99.tar.bz2
rpmdrake-5b7d9fed87a695da1095b93b9f2eaa4405bcaf99.tar.xz
rpmdrake-5b7d9fed87a695da1095b93b9f2eaa4405bcaf99.zip
(get_info) kill what's remain of old hackery
-rwxr-xr-xrpmdrake1
1 files changed, 0 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index 4294e1cc..85a762bd 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -956,7 +956,6 @@ or you already installed all of them."));
},
get_info => sub {
my ($key) = @_;
- return if $key eq ''; #- related to the partial tree displaying hackery
#- the package information hasn't been loaded. Instead of rescanning the media, just give up.
exists $pkgs->{$key} or return [ [ N("Description not available for this package\n") ] ];
exists $pkgs->{$key}{description} && (!@$max_info_in_descr || exists $pkgs->{$key}{files})