Patch by: Luca Feretti <elle.uca@libero.it>

2007-06-28  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Luca Feretti <elle.uca@libero.it>

	* gnome-settings-sound.desktop.in.in:
	* sound-properties-capplet.c: (main): use new icon name (patch from bug
	#397305)

svn path=/trunk/; revision=7797
This commit is contained in:
Jens Granseuer 2007-06-28 17:57:24 +00:00 committed by Jens Granseuer
parent 91e2cb7825
commit 06f1c0403b
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2007-06-28 Jens Granseuer <jensgr@gmx.net>
Patch by: Luca Feretti <elle.uca@libero.it>
* gnome-settings-sound.desktop.in.in:
* sound-properties-capplet.c: (main): use new icon name (patch from bug
#397305)
2007-06-28 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:

View file

@ -3,7 +3,7 @@ Encoding=UTF-8
_Name=Sound
_Comment=Enable sound and associate sounds with events
Exec=gnome-sound-properties
Icon=gnome-settings-sound
Icon=gnome-sound-properties
Terminal=false
Type=Application
StartupNotify=true

View file

@ -1071,7 +1071,7 @@ main (int argc, char **argv)
dialog_win = WID ("sound_prefs_dialog");
g_signal_connect (dialog_win, "response", G_CALLBACK (dialog_response_cb), changeset);
g_signal_connect (dialog_win, "destroy", G_CALLBACK (gtk_main_quit), NULL);
capplet_set_icon (dialog_win, "gnome-settings-sound");
capplet_set_icon (dialog_win, "gnome-sound-properties");
gtk_widget_show (dialog_win);
gtk_main ();