[banshee] [PodcastSource] Disable shuffling for podcasts (bgo#599989)
- From: Alexander Kojevnikov <alexk src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] [PodcastSource] Disable shuffling for podcasts (bgo#599989)
- Date: Tue, 3 Nov 2009 00:16:00 +0000 (UTC)
commit ba4e26e2fc278e7c62eb605b8008161dd3881922
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]