[banshee] RandomByArtist: Remove unnecessary full class name reference



commit 0609313222786c485dd363a064e92921f0169cdc
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sat Nov 5 14:36:06 2011 +0100

    RandomByArtist: Remove unnecessary full class name reference

 .../Banshee.Collection.Database/RandomByArtist.cs  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Collection.Database/RandomByArtist.cs b/src/Core/Banshee.Services/Banshee.Collection.Database/RandomByArtist.cs
index 4b553ee..b621501 100644
--- a/src/Core/Banshee.Services/Banshee.Collection.Database/RandomByArtist.cs
+++ b/src/Core/Banshee.Services/Banshee.Collection.Database/RandomByArtist.cs
@@ -52,7 +52,7 @@ namespace Banshee.Collection.Database
             Description = Catalog.GetString ("Play all songs by an artist, then randomly choose another artist");
 
             Condition = "CoreAlbums.ArtistID = ?";
-            OrderBy = String.Format ("{0}, CoreTracks.AlbumID ASC, Disc ASC, TrackNumber ASC", Banshee.Query.BansheeQuery.YearField.Column);
+            OrderBy = String.Format ("{0}, CoreTracks.AlbumID ASC, Disc ASC, TrackNumber ASC", BansheeQuery.YearField.Column);
         }
 
         protected override void OnModelAndCacheUpdated ()



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