From 06f1c0403b146ad3199ac8b0e6e0c209276e3541 Mon Sep 17 00:00:00 2001 From: Jens Granseuer Date: Thu, 28 Jun 2007 17:57:24 +0000 Subject: [PATCH] Patch by: Luca Feretti 2007-06-28 Jens Granseuer Patch by: Luca Feretti * gnome-settings-sound.desktop.in.in: * sound-properties-capplet.c: (main): use new icon name (patch from bug #397305) svn path=/trunk/; revision=7797 --- capplets/sound/ChangeLog | 8 ++++++++ capplets/sound/gnome-settings-sound.desktop.in.in | 2 +- capplets/sound/sound-properties-capplet.c | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/capplets/sound/ChangeLog b/capplets/sound/ChangeLog index 4dfa147a6..3dd8ec19c 100644 --- a/capplets/sound/ChangeLog +++ b/capplets/sound/ChangeLog @@ -1,3 +1,11 @@ +2007-06-28 Jens Granseuer + + Patch by: Luca Feretti + + * gnome-settings-sound.desktop.in.in: + * sound-properties-capplet.c: (main): use new icon name (patch from bug + #397305) + 2007-06-28 Jens Granseuer * Makefile.am: diff --git a/capplets/sound/gnome-settings-sound.desktop.in.in b/capplets/sound/gnome-settings-sound.desktop.in.in index 9d860947b..0b1020f65 100644 --- a/capplets/sound/gnome-settings-sound.desktop.in.in +++ b/capplets/sound/gnome-settings-sound.desktop.in.in @@ -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 diff --git a/capplets/sound/sound-properties-capplet.c b/capplets/sound/sound-properties-capplet.c index cf8037bb9..020307bfe 100644 --- a/capplets/sound/sound-properties-capplet.c +++ b/capplets/sound/sound-properties-capplet.c @@ -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 ();