From 763276722d1a1872670fd934722fc74ff4c2d0b7 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 18 Nov 2005 14:19:39 +0000 Subject: Add base.png in the right directory --- icons/base.png | Bin 0 -> 385 bytes pixmaps/base.png | Bin 385 -> 0 bytes rpmdrake | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 icons/base.png delete mode 100644 pixmaps/base.png diff --git a/icons/base.png b/icons/base.png new file mode 100644 index 00000000..07671d2a Binary files /dev/null and b/icons/base.png differ diff --git a/pixmaps/base.png b/pixmaps/base.png deleted file mode 100644 index 07671d2a..00000000 Binary files a/pixmaps/base.png and /dev/null differ diff --git a/rpmdrake b/rpmdrake index c3ae8e5d..e5ffbe32 100755 --- a/rpmdrake +++ b/rpmdrake @@ -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), -- cgit v1.2.1