diff --git a/control-center.spec b/control-center.spec index 72c94d6..a495d5a 100644 --- a/control-center.spec +++ b/control-center.spec @@ -22,7 +22,7 @@ Summary: GNOME Control Center Name: control-center Version: 2.23.5 -Release: 6%{?dist} +Release: 7%{?dist} Epoch: 1 License: GPLv2+ and GFDL Group: User Interface/Desktops @@ -337,6 +337,9 @@ fi %dir %{_datadir}/gnome-control-center/keybindings %changelog +* Mon Jul 28 2008 Matthias Clasen - 2.23.5-7 +- Fix the icon name patch + * Mon Jul 28 2008 Matthias Clasen - 2.23.5-6 - Use standard icon names in more places diff --git a/icon-names.patch b/icon-names.patch index ef14c13..a9f8e3e 100644 --- a/icon-names.patch +++ b/icon-names.patch @@ -6,7 +6,7 @@ diff -up gnome-control-center-2.23.5/capplets/keyboard/gnome-keyboard-properties 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); ++ image = gtk_image_new_from_icon_name ("gnome-sound-properties", GTK_ICON_SIZE_BUTTON); gtk_button_set_image (GTK_BUTTON (WID ("notifications_button")), image); return dialog;