More broken icons

svn path=/trunk/; revision=8801
This commit is contained in:
Matthias Clasen 2008-07-27 23:11:35 +00:00
parent eeeb09ea0a
commit 16ad9834ca
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: Use standard icon name for the
"Audio Feedback" button. (#544922)
2008-06-21 Jens Granseuer <jensgr@gmx.net>
Patch by: Matthias Clasen <mclasen@redhat.com>

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