banshee r4465 - in trunk/banshee: . src/Core/Banshee.Services/Banshee.Sources
- From: gburt svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r4465 - in trunk/banshee: . src/Core/Banshee.Services/Banshee.Sources
- Date: Thu, 4 Sep 2008 21:49:12 +0000 (UTC)
Author: gburt
Date: Thu Sep 4 21:49:12 2008
New Revision: 4465
URL: http://svn.gnome.org/viewvc/banshee?rev=4465&view=rev
Log:
2008-09-04 Gabriel Burt <gabriel burt gmail com>
* src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs: Correct
logged comment, and fix bug I just introduced with remember the expansion
state of primary sources.
Modified:
trunk/banshee/ChangeLog
trunk/banshee/src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs
Modified: trunk/banshee/src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs (original)
+++ trunk/banshee/src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs Thu Sep 4 21:49:12 2008
@@ -272,10 +272,11 @@
if (sp_count > 0)
HaveCreatedSmartPlaylists = true;
- expanded_schema = new SchemaEntry<bool> (
- String.Format ("sources.{0}", ConfigurationId), "expanded", true, "Is source expanded", "Is source expanded"
- );
}
+
+ expanded_schema = new SchemaEntry<bool> (
+ String.Format ("sources.{0}", ConfigurationId), "expanded", true, "Is source expanded", "Is source expanded"
+ );
}
private bool HaveCreatedSmartPlaylists {
@@ -293,7 +294,7 @@
public virtual void CopyTrackTo (DatabaseTrackInfo track, SafeUri uri, BatchUserJob job)
{
- Log.WarningFormat ("CopyToTrack not implemented for source {0}", this);
+ Log.WarningFormat ("CopyTrackTo not implemented for source {0}", this);
}
internal void NotifyTracksAdded ()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]