Revert the last change

svn path=/trunk/; revision=8804
This commit is contained in:
Matthias Clasen 2008-07-28 05:06:35 +00:00
parent 75bfe5bca1
commit 6297a3ea37
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-07-27 Matthias Clasen <mclasen@redhat.com>
* gnome-keyboard-properties.c: Revert this for now, since
gnome-icon-theme doesn't actually ship the standard icon yet.
2008-07-27 Matthias Clasen <mclasen@redhat.com>
* gnome-keyboard-properties.c: Use standard icon name for the

View file

@ -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 ("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;