[banshee] Revert "[Banshee.Moblin] handle # past items changed"



commit 45e4d587d170cb6a9172947a9ef1599a51a78c99
Author: Aaron Bockover <abockover novell com>
Date:   Thu Oct 15 05:15:36 2009 -0400

    Revert "[Banshee.Moblin] handle # past items changed"
    
    This reverts commit 3e3320531ed97c4e2861c07f29946d90bc53c85b.

 .../Banshee.Moblin/Banshee.Moblin/PlayQueueBox.cs  |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/Extensions/Banshee.Moblin/Banshee.Moblin/PlayQueueBox.cs b/src/Extensions/Banshee.Moblin/Banshee.Moblin/PlayQueueBox.cs
index 91e3684..2fd9560 100644
--- a/src/Extensions/Banshee.Moblin/Banshee.Moblin/PlayQueueBox.cs
+++ b/src/Extensions/Banshee.Moblin/Banshee.Moblin/PlayQueueBox.cs
@@ -86,10 +86,7 @@ namespace Banshee.Moblin
 
             if (MoblinPanel.Instance.ToolbarPanel != null) {
                 int old_pref = play_queue.PlayedSongsPreference.Value;
-                MoblinPanel.Instance.ToolbarPanel.ShowBeginEvent += (o, a) => {
-                    old_pref = play_queue.PlayedSongsPreference.Value;
-                    play_queue.PlayedSongsPreference.Value = 2;
-                };
+                MoblinPanel.Instance.ToolbarPanel.ShowBeginEvent += (o, a) => play_queue.PlayedSongsPreference.Value = 2;
                 MoblinPanel.Instance.ToolbarPanel.HideBeginEvent += (o, a) => play_queue.PlayedSongsPreference.Value = old_pref;
             }
             



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