[banshee] [ThickClient] Fix compilation issue in TrackActions
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [ThickClient] Fix compilation issue in TrackActions
- Date: Tue, 9 Nov 2010 16:50:51 +0000 (UTC)
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]