[banshee: 40/57] make the search field in UPnPMusicSource have the same text as library
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee: 40/57] make the search field in UPnPMusicSource have the same text as library
- Date: Mon, 13 Feb 2012 20:31:11 +0000 (UTC)
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]