[banshee/1.5.1-fixes: 19/56] [PodcastSource] Disable shuffling for podcasts (bgo#599989)



commit 4eeb7c285ecf461fc4c28a49145e5a764681c636
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date:   Tue Nov 3 11:14:48 2009 +1100

    [PodcastSource] Disable shuffling for podcasts (bgo#599989)

 .../Banshee.Podcasting.Data/PodcastSource.cs       |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastSource.cs b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastSource.cs
index 9863da6..e1c6f88 100644
--- a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastSource.cs
+++ b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastSource.cs
@@ -80,7 +80,11 @@ namespace Banshee.Podcasting.Gui
         public override bool CanDeleteTracks {
             get { return false; }
         }
-        
+
+        public override bool CanShuffle {
+            get { return false; }
+        }
+
         public PodcastFeedModel FeedModel {
             get { return feed_model; }
         }



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