[banshee/gapless-ng: 145/836] [Banshee.PlayQueue] Fix build. PlaybackController doesn't have SetNextTrack; PlayerEngine does



commit 48ce3967927a4edc441fdf530fe8dd831749e1e2
Author: Christopher James Halse Rogers <raof ubuntu com>
Date:   Sat Oct 3 15:16:09 2009 +1000

    [Banshee.PlayQueue] Fix build.  PlaybackController doesn't have SetNextTrack; PlayerEngine does

 .../Banshee.PlayQueue/PlayQueueSource.cs           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs b/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs
index d6f0646..6a1d054 100644
--- a/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs
+++ b/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs
@@ -495,7 +495,7 @@ namespace Banshee.PlayQueue
                     ServiceManager.PlaybackController.Next (restart, userRequested);
                 } else {
                     if (!userRequested) {
-                        ServiceManager.PlaybackController.SetNextTrack (null);
+                        ServiceManager.PlayerEngine.SetNextTrack ((TrackInfo)null);
                     }
                     ServiceManager.PlayerEngine.Close ();
                 }



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