rpms/control-center/devel input-mouse.patch, NONE, 1.1 control-center.spec, 1.390, 1.391

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Fri Aug 1 01:00:09 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/control-center/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv540

Modified Files:
	control-center.spec 
Added Files:
	input-mouse.patch 
Log Message:
yet more icon fixes


input-mouse.patch:

--- NEW FILE input-mouse.patch ---
Index: capplets/mouse/gnome-mouse-properties.c
===================================================================
--- capplets/mouse/gnome-mouse-properties.c	(revision 8830)
+++ capplets/mouse/gnome-mouse-properties.c	(working copy)
@@ -495,7 +495,7 @@
 			g_free (page_name);
 		}
 
-		capplet_set_icon (dialog_win, "gnome-dev-mouse-optical");
+		capplet_set_icon (dialog_win, "input-mouse");
 		gtk_widget_show (dialog_win);
 
 		gtk_main ();
Index: capplets/mouse/gnome-settings-mouse.desktop.in.in
===================================================================
--- capplets/mouse/gnome-settings-mouse.desktop.in.in	(revision 8830)
+++ capplets/mouse/gnome-settings-mouse.desktop.in.in	(working copy)
@@ -2,7 +2,7 @@
 _Name=Mouse
 _Comment=Set your mouse preferences
 Exec=gnome-mouse-properties
-Icon=gnome-dev-mouse-optical
+Icon=input-mouse
 Terminal=false
 Type=Application
 StartupNotify=true


Index: control-center.spec
===================================================================
RCS file: /cvs/extras/rpms/control-center/devel/control-center.spec,v
retrieving revision 1.390
retrieving revision 1.391
diff -u -r1.390 -r1.391
--- control-center.spec	28 Jul 2008 05:08:23 -0000	1.390
+++ control-center.spec	1 Aug 2008 00:59:38 -0000	1.391
@@ -22,7 +22,7 @@
 Summary: GNOME Control Center
 Name: control-center
 Version: 2.23.5
-Release: 7%{?dist}
+Release: 8%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
@@ -41,6 +41,8 @@
 Patch21: icon-names.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=545075 
 Patch22: slab-icon-names.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=545780
+Patch23: input-mouse.patch
 
 # call the Fedora/RHEL graphical passwd changing apps
 Patch95: control-center-2.23.2-passwd.patch
@@ -168,6 +170,7 @@
 %patch10 -p0 -b .libcanberra
 %patch21 -p1 -b .icon-names
 %patch22 -p0 -b .slab-icon-names
+%patch23 -p0 -b .input-mouse
 
 # vendor configuration patches
 %patch95 -p1 -b .passwd
@@ -337,6 +340,9 @@
 %dir %{_datadir}/gnome-control-center/keybindings
 
 %changelog
+* Thu Jul 31 2008 Matthias Clasen <mclasen at redhat.com> - 2.23.5-8
+- Yet more icon fixes
+
 * Mon Jul 28 2008 Matthias Clasen <mclasen at redhat.com> - 2.23.5-7
 - Fix the icon name patch
 




More information about the fedora-extras-commits mailing list