summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2006-09-15 15:08:05 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2006-09-15 15:08:05 +0000
commit1c905c66e50aa6953f7088effe04d7c7b64c617f (patch)
tree0b02ce3938dc5eb6d053a1f265fc1aa891e7cf8a
parentf48a2f11364e81b4d5771a1653e0ae5093a72190 (diff)
downloadgnome-applets-1c905c66e50aa6953f7088effe04d7c7b64c617f.tar.gz
gnome-applets-1c905c66e50aa6953f7088effe04d7c7b64c617f.tar.xz
gnome-applets-1c905c66e50aa6953f7088effe04d7c7b64c617f.zip
fix trash applet icon size issuesgnome-applets-2_16_0_1-4_fc6
-rw-r--r--gnome-applets.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/gnome-applets.spec b/gnome-applets.spec
index f65af34..5db600b 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -32,7 +32,7 @@
Summary: Small applications for the GNOME panel
Name: gnome-applets
Version: 2.16.0.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Epoch: 1
License: GPL
Group: User Interface/Desktops
@@ -64,6 +64,9 @@ Patch22: gnome-applets-2.16.0.1-mixer-icon-size.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=355223
Patch23: gnome-applets-2.16.0.1-desktop-clicks.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=356138
+Patch24: gnome-applets-2.16.0.1-trash-icon-size.patch
+
URL: http://www.gnome.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -152,6 +155,7 @@ small utilities for the GNOME panel.
%patch21 -p1 -b .poll-less
%patch22 -p1 -b .mixer-icon-size
%patch23 -p1 -b .desktop-clicks
+%patch24 -p1 -b .trash-icon-size
cp gswitchit/gswitchit-applet.png gswitchit/gswitchit-properties-capplet.png
@@ -319,6 +323,9 @@ fi
%{_libdir}/pkgconfig/gweather.pc
%changelog
+* Fri Sep 15 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0.1-4
+- Fix some icon size issues in the trash applet
+
* Sun Sep 10 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0.1-3
- Make stickynotes not wake up 10 times per second (#205909)