diff options
-rw-r--r-- | icons/base.png (renamed from pixmaps/base.png) | bin | 385 -> 385 bytes | |||
-rwxr-xr-x | rpmdrake | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/pixmaps/base.png b/icons/base.png Binary files differindex 07671d2a..07671d2a 100644 --- a/pixmaps/base.png +++ b/icons/base.png @@ -1752,7 +1752,7 @@ sub get_installed_pkgs { $db->traverse(sub { my ($pkg) = @_; my $fullname = my_fullname($pkg); - #- I need to extract summary and description since they'll be lost when $pkg->pack_header + #- Extract summary and description since they'll be lost when the header is packed $installed_pkgs{$fullname} = { selected => 0, pkg => $pkg, urpm_name => urpm_name($pkg), summary => rpm_summary($pkg->summary), |