[banshee] Fix one more nitpick from previous commits



commit 0d7aa0664b2784438baaf9c539f300b0278113a2
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Sat May 29 20:37:16 2010 +0200

    Fix one more nitpick from previous commits
    
    Doh, sorry, my git skills should improve.

 .../DatabaseTrackInfo.cs                           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseTrackInfo.cs b/src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseTrackInfo.cs
index 35702ed..f513ff3 100644
--- a/src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseTrackInfo.cs
+++ b/src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseTrackInfo.cs
@@ -194,7 +194,7 @@ namespace Banshee.Collection.Database
                 !ServiceManager.SourceManager.MusicLibrary.Equals (PrimarySource)) {
                 transient = new HashSet<QueryField> (transient_fields);
                 transient.Add (BansheeQuery.PlayCountField);
-            }
+            }
 
             if (fields_changed.Length == 0 || !transient.IsSupersetOf (fields_changed)) {
                 DateUpdated = DateTime.Now;



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