[banshee: 28/57] Switched icon in UPnPMusicSource to a generic audio icon



commit 0449ac6de5fae6796e6517bd21338b1c05549ad8
Author: Tobias Arrskog <topfs2 xbmc org>
Date:   Thu Jul 14 14:29:15 2011 +0200

    Switched icon in UPnPMusicSource to a generic audio icon

 .../Banshee.UPnPClient/UPnPMusicSource.cs          |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPMusicSource.cs b/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPMusicSource.cs
index 8bc8f03..dcd39a8 100644
--- a/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPMusicSource.cs
+++ b/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPMusicSource.cs
@@ -56,7 +56,7 @@ namespace Banshee.UPnPClient
 
         public UPnPMusicSource (string udn) : base (Catalog.GetString ("Music"), Catalog.GetString ("Music"), udn + "-music", sort_order)
         {
-            Properties.SetStringList ("Icon.Name", "computer", "network-server");
+            Properties.SetStringList ("Icon.Name", "audio-x-generic", "source-library");
 
             music_tracks = new Dictionary<string, UPnPTrackInfo>();
 



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