[banshee] Services: fix typo in previous commit



commit f96700b5fc1f38374838121817c2c51898eb2130
Author: Andres G. Aragoneses <knocte gmail com>
Date:   Thu Dec 22 01:39:36 2011 +0000

    Services: fix typo in previous commit

 .../Banshee.Collection/RescanPipeline.cs           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Collection/RescanPipeline.cs b/src/Core/Banshee.Services/Banshee.Collection/RescanPipeline.cs
index 174da9f..8da1020 100644
--- a/src/Core/Banshee.Services/Banshee.Collection/RescanPipeline.cs
+++ b/src/Core/Banshee.Services/Banshee.Collection/RescanPipeline.cs
@@ -103,7 +103,7 @@ namespace Banshee.Collection
             // Delete tracks that are under the BaseDirectory and that weren't rescanned just now
             string condition = String.Format (
                 @"WHERE PrimarySourceID = ? AND {0} LIKE ? ESCAPE '\' AND {1} IS NOT NULL AND {1} < ?",
-                Banshee.Query.BansheeQuery.UriField, "CoreTracks.LastSyncedStamp"
+                Banshee.Query.BansheeQuery.UriField.Column, "CoreTracks.LastSyncedStamp"
             );
             string uri = Hyena.StringUtil.EscapeLike (new SafeUri (psource.BaseDirectoryWithSeparator).AbsoluteUri) + "%";
 



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