[banshee] [ThickClient] Fix compilation issue in TrackActions



commit 44b2a3eb92668b0bcd3c451876de5599abb6b67e
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Nov 9 10:50:36 2010 -0600

    [ThickClient] Fix compilation issue in TrackActions

 .../Banshee.Gui/TrackActions.cs                    |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs b/src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs
index 77af10b..6ca1a28 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs
@@ -355,15 +355,7 @@ namespace Banshee.Gui
         {
             ResetRating ();
             UpdateActions ();
-            var menu = ShowContextMenu ("/TrackContextMenu");
-            if (menu != null) {
-                menu.SelectionDone += OnMenuSelectionDone;
-            }
-        }
-
-        private void OnMenuSelectionDone (object o, EventArgs args)
-        {
-            (o as Menu).SelectionDone -= OnMenuSelectionDone;
+            ShowContextMenu ("/TrackContextMenu");
         }
 
         private bool RunSourceOverrideHandler (string sourceOverrideHandler)



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