rpms/control-center/devel icon-names.patch, NONE, 1.1 control-center.spec, 1.386, 1.387

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Sun Jul 27 02:13:02 UTC 2008


Author: mclasen

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

Modified Files:
	control-center.spec 
Added Files:
	icon-names.patch 
Log Message:
use standard icon names


icon-names.patch:

--- NEW FILE icon-names.patch ---
diff -up gnome-control-center-2.23.5/capplets/keyboard/gnome-keyboard-properties.c.icon-names gnome-control-center-2.23.5/capplets/keyboard/gnome-keyboard-properties.c
--- gnome-control-center-2.23.5/capplets/keyboard/gnome-keyboard-properties.c.icon-names	2008-07-26 22:05:58.000000000 -0400
+++ gnome-control-center-2.23.5/capplets/keyboard/gnome-keyboard-properties.c	2008-07-26 22:07:55.000000000 -0400
@@ -81,7 +81,7 @@ create_dialog (void)
 	image = gtk_image_new_from_stock (GTK_STOCK_REFRESH, GTK_ICON_SIZE_BUTTON);
 	gtk_button_set_image (GTK_BUTTON (WID ("xkb_reset_to_defaults")), image);
 
-	image = gtk_image_new_from_icon_name ("gnome-settings-sound", GTK_ICON_SIZE_BUTTON);
+	image = gtk_image_new_from_icon_name ("preferences-desktop-sound", GTK_ICON_SIZE_BUTTON);
 	gtk_button_set_image (GTK_BUTTON (WID ("notifications_button")), image);
 
 	return dialog;


Index: control-center.spec
===================================================================
RCS file: /cvs/extras/rpms/control-center/devel/control-center.spec,v
retrieving revision 1.386
retrieving revision 1.387
diff -u -r1.386 -r1.387
--- control-center.spec	25 Jul 2008 00:11:51 -0000	1.386
+++ control-center.spec	27 Jul 2008 02:12:32 -0000	1.387
@@ -22,7 +22,7 @@
 Summary: GNOME Control Center
 Name: control-center
 Version: 2.23.5
-Release: 3%{?dist}
+Release: 4%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
@@ -37,6 +37,9 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=542979
 Patch10: gcc-libcanberra-support-8.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=544922 
+Patch21: icon-names.patch
+
 # call the Fedora/RHEL graphical passwd changing apps
 Patch95: control-center-2.23.2-passwd.patch
 Patch96: control-center-2.23.2-gecos.patch
@@ -161,6 +164,7 @@
 %patch3 -p1 -b .no-gnome-common
 %patch8 -p1 -b .gtkmarshal
 %patch10 -p0 -b .libcanberra
+%patch21 -p1 -b .icon-names
 
 # vendor configuration patches
 %patch95 -p1 -b .passwd
@@ -325,6 +329,9 @@
 %dir %{_datadir}/gnome-control-center/keybindings
 
 %changelog
+* Sat Jul 26 2008 Matthias Clasen <mclasen at redhat.com> - 2.23.5-4
+- Use standard icon names in more places
+
 * Fri Jul 25 2008 - Bastien Nocera <bnocera at redhat.com> - 2.23.5-3
 - Remove testing hack
 




More information about the fedora-extras-commits mailing list