[banshee] LibrarySource: Add back counts for top level libraries (bgo#635907)
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] LibrarySource: Add back counts for top level libraries (bgo#635907)
- Date: Wed, 2 Feb 2011 20:58:46 +0000 (UTC)
commit 0b2a9f118015055214c604fb87d6346ef852f4ad
Author: Alex Launi <alex launi canonical com>
Date: Sat Nov 27 00:41:25 2010 -0500
LibrarySource: Add back counts for top level libraries (bgo#635907)
Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>
.../Banshee.Library/LibrarySource.cs | 1 -
.../Banshee.InternetRadio/InternetRadioSource.cs | 1 -
.../Banshee.Podcasting.Data/PodcastSource.cs | 1 -
3 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs b/src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs
index 0a85400..6e3c03d 100644
--- a/src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs
+++ b/src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs
@@ -56,7 +56,6 @@ namespace Banshee.Library
{
Properties.SetString ("GtkActionPath", "/LibraryContextMenu");
Properties.SetString ("RemoveTracksActionLabel", Catalog.GetString ("Remove From Library"));
- Properties.Set<bool> ("SourceView.HideCount", true);
IsLocal = true;
base_dir_schema = CreateSchema<string> ("library-location", null, "The base directory under which files for this library are stored", null);
AfterInitialized ();
diff --git a/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio/InternetRadioSource.cs b/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio/InternetRadioSource.cs
index da05bf0..78011f2 100644
--- a/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio/InternetRadioSource.cs
+++ b/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio/InternetRadioSource.cs
@@ -72,7 +72,6 @@ namespace Banshee.InternetRadio
Properties.SetString ("ActiveSourceUIResource", "ActiveSourceUI.xml");
Properties.Set<bool> ("ActiveSourceUIResourcePropagate", true);
- Properties.Set<bool> ("SourceView.HideCount", true);
Properties.Set<System.Reflection.Assembly> ("ActiveSourceUIResource.Assembly", typeof(InternetRadioSource).Assembly);
Properties.SetString ("GtkActionPath", "/InternetRadioContextMenu");
diff --git a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastSource.cs b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastSource.cs
index f60b7b1..b9591ef 100644
--- a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastSource.cs
+++ b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastSource.cs
@@ -229,7 +229,6 @@ namespace Banshee.Podcasting.Gui
Properties.Set<ISourceContents> ("Nereid.SourceContents", new LazyLoadSourceContents<PodcastSourceContents> ());
Properties.Set<bool> ("Nereid.SourceContentsPropagate", true);
- Properties.Set<bool> ("SourceView.HideCount", false);
Properties.SetString ("TrackView.ColumnControllerXml", String.Format (@"
<column-controller>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]