[gnome-media] Use the icon provided by PulseAudio



commit 7da2f751b873b245f3b0bf357c536d33688c518d
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jul 23 10:58:30 2009 +0100

    Use the icon provided by PulseAudio

 gnome-volume-control/src/gvc-mixer-control.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/gnome-volume-control/src/gvc-mixer-control.c b/gnome-volume-control/src/gvc-mixer-control.c
index e5953a0..b248f9b 100644
--- a/gnome-volume-control/src/gvc-mixer-control.c
+++ b/gnome-volume-control/src/gvc-mixer-control.c
@@ -962,9 +962,7 @@ update_card (GvcMixerControl      *control,
         }
 
         gvc_mixer_card_set_name (card, pa_proplist_gets (info->proplist, "device.description"));
-        gvc_mixer_card_set_icon_name (card, "rhythmbox");
-//FIXME set the icon name properly
-//        gvc_mixer_card_set_icon_name (card, pa_proplist_gets (info->proplist, "device.icon_name"));
+        gvc_mixer_card_set_icon_name (card, pa_proplist_gets (info->proplist, "device.icon_name"));
         gvc_mixer_card_set_profile (card, info->active_profile->name);
 
         if (is_new) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]