summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@fedoraproject.org>2005-04-27 10:58:26 +0000
committerMark McLoughlin <markmc@fedoraproject.org>2005-04-27 10:58:26 +0000
commit46f5942c1bf50e59a274531f03930cc861e86162 (patch)
tree0fb25db094c5d1082adff1ab476ac7d36123c577
parent5c937cd600c164c45ed183db86fe873a180cd433 (diff)
downloadgnome-panel-46f5942c1bf50e59a274531f03930cc861e86162.tar.gz
gnome-panel-46f5942c1bf50e59a274531f03930cc861e86162.tar.xz
gnome-panel-46f5942c1bf50e59a274531f03930cc861e86162.zip
- Add patch to clamp the size of the icons on the panel at 48x48. Fixesgnome-panel-2_10_1-7
"moved the panel to the side, can't move it back" issue (rh #141743)
-rw-r--r--gnome-panel.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnome-panel.spec b/gnome-panel.spec
index 662afa0..6a5680d 100644
--- a/gnome-panel.spec
+++ b/gnome-panel.spec
@@ -23,7 +23,7 @@
Summary: GNOME panel
Name: gnome-panel
Version: 2.10.1
-Release: 6
+Release: 7
URL: http://www.gnome.org
Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-panel/%{name}-%{version}.tar.bz2
Source1: redhat-panel-default-setup.entries
@@ -73,6 +73,7 @@ BuildRequires: evolution-data-server-devel >= %{evolution_data_server_version}
Patch0: gnome-panel-2.10.0-vendor.patch
Patch1: gnome-panel-2.10.0-remove-screenshot-menuitem.patch
Patch2: gnome-panel-2.10.1-speak-to-us-ye-old-wise-fish.patch
+Patch3: gnome-panel-2.10.1-no-huge-icons.patch
%description
@@ -97,6 +98,7 @@ Panel Applets using the libpanel-applet library.
%patch0 -p1 -b .vendor
%patch1 -p1 -b .remove-screenshot-menuitem
%patch2 -p1 -b .speak-to-us-ye-old-wise-fish
+%patch3 -p1 -b .no-huge-icons
cp -f %{SOURCE1} gnome-panel/panel-default-setup.entries
cp -f %{SOURCE3} gnome-panel/panel-compatibility.schemas
@@ -235,6 +237,10 @@ fi
%{_datadir}/gtk-doc
%changelog
+* Wed Apr 27 2005 Mark McLoughlin <markmc@redhat.com> - 2.10.1-6
+- Add patch to clamp the size of the icons on the panel at 48x48. Fixes
+ "moved the panel to the side, can't move it back" issue (rh #141743)
+
* Wed Apr 27 2005 Mark McLoughlin <markmc@redhat.com> 2.10.1-6
- Reference the OpenOffice.org Impress .desktop file correctly