[banshee: 18/27] [lastfm] Move LastfmPreferences to Banshee.Lastfm



commit d7a8e7cc438a88a7ac22fa773b2215cec91cb3c0
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sat May 22 11:32:33 2010 +0200

    [lastfm] Move LastfmPreferences to Banshee.Lastfm
    
    The preferences were extracted from LastfmSource and put in their own
    file on master, so we need to put that file in the right place.

 .../Banshee.Lastfm/Banshee.Lastfm.csproj           |    2 +-
 .../LastfmPreferences.cs                           |    2 +-
 src/Extensions/Banshee.Lastfm/Makefile.am          |    1 +
 3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.csproj b/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.csproj
index 834f9d3..c6a18c1 100644
--- a/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.csproj
+++ b/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.csproj
@@ -96,7 +96,7 @@
     <Compile Include="Banshee.Lastfm\LastfmColumnController.cs" />
     <Compile Include="Banshee.Lastfm\LastfmSource.cs" />
     <Compile Include="Banshee.Lastfm\LastfmSourceContents.cs" />
-    <Compile Include="Banshee.Lastfm.Radio\LastfmPreferences.cs" />
+    <Compile Include="Banshee.Lastfm\LastfmPreferences.cs" />
   </ItemGroup>
   <ItemGroup>
     <EmbeddedResource Include="Banshee.Lastfm.addin.xml">
diff --git a/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmPreferences.cs b/src/Extensions/Banshee.Lastfm/Banshee.Lastfm/LastfmPreferences.cs
similarity index 99%
rename from src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmPreferences.cs
rename to src/Extensions/Banshee.Lastfm/Banshee.Lastfm/LastfmPreferences.cs
index ab3ce5e..4a4846f 100644
--- a/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmPreferences.cs
+++ b/src/Extensions/Banshee.Lastfm/Banshee.Lastfm/LastfmPreferences.cs
@@ -38,7 +38,7 @@ using Banshee.Lastfm.Audioscrobbler;
 using StationError = Lastfm.StationError;
 using RadioConnection = Lastfm.RadioConnection;
 
-namespace Banshee.Lastfm.Radio
+namespace Banshee.Lastfm
 {
     public class LastfmPreferences : IDisposable
     {
diff --git a/src/Extensions/Banshee.Lastfm/Makefile.am b/src/Extensions/Banshee.Lastfm/Makefile.am
index 9bf034a..1e79fda 100644
--- a/src/Extensions/Banshee.Lastfm/Makefile.am
+++ b/src/Extensions/Banshee.Lastfm/Makefile.am
@@ -11,6 +11,7 @@ SOURCES =  \
 	Banshee.Lastfm.Recommendations/SimilarArtistTile.cs \
 	Banshee.Lastfm/LastfmActions.cs \
 	Banshee.Lastfm/LastfmColumnController.cs \
+	Banshee.Lastfm/LastfmPreferences.cs \
 	Banshee.Lastfm/LastfmSource.cs \
 	Banshee.Lastfm/LastfmSourceContents.cs
 



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