[banshee: 40/57] make the search field in UPnPMusicSource have the same text as library



commit 81b53d2fdaea967de543b4eccceca3d6cabbd4a0
Author: Tobias Arrskog <topfs2 xbmc org>
Date:   Thu Jul 14 22:42:17 2011 +0200

    make the search field in UPnPMusicSource have the same text as library

 .../Banshee.UPnPClient/UPnPMusicSource.cs          |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPMusicSource.cs b/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPMusicSource.cs
index dcd39a8..974bef4 100644
--- a/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPMusicSource.cs
+++ b/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPMusicSource.cs
@@ -57,6 +57,7 @@ namespace Banshee.UPnPClient
         public UPnPMusicSource (string udn) : base (Catalog.GetString ("Music"), Catalog.GetString ("Music"), udn + "-music", sort_order)
         {
             Properties.SetStringList ("Icon.Name", "audio-x-generic", "source-library");
+            Properties.Set<string> ("SearchEntryDescription", Catalog.GetString ("Search your music"));
 
             music_tracks = new Dictionary<string, UPnPTrackInfo>();
 



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