[banshee: 9/27] [lastfm] Remove stations when LastfmStreaming is disposed



commit e24ceed7498111f3ed36c1050502046731a845dd
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sun Jan 24 14:52:48 2010 +0100

    [lastfm] Remove stations when LastfmStreaming is disposed

 .../LastfmStreamingService.cs                      |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Extensions/Banshee.LastfmStreaming/Banshee.LastfmStreaming.Radio/LastfmStreamingService.cs b/src/Extensions/Banshee.LastfmStreaming/Banshee.LastfmStreaming.Radio/LastfmStreamingService.cs
index 73f09aa..072d6aa 100644
--- a/src/Extensions/Banshee.LastfmStreaming/Banshee.LastfmStreaming.Radio/LastfmStreamingService.cs
+++ b/src/Extensions/Banshee.LastfmStreaming/Banshee.LastfmStreaming.Radio/LastfmStreamingService.cs
@@ -74,6 +74,7 @@ namespace Banshee.LastfmStreaming.Radio
         {
             ServiceManager.Get<DBusCommandService> ().ArgumentPushed -= OnCommandLineArgument;
             actions.Dispose ();
+            lastfm_source.ClearChildSources ();
 
             actions = null;
         }



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