[banshee] [ThickClient] Show context menu even for 'All' filters
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [ThickClient] Show context menu even for 'All' filters
- Date: Tue, 14 Dec 2010 19:09:50 +0000 (UTC)
commit f00bb4fc313623f77dd72c6a3204d5e8f96baa4f
Author: Gabriel Burt <gabriel burt gmail com>
Date: Tue Dec 14 12:46:30 2010 -0600
[ThickClient] Show context menu even for 'All' filters
.../Banshee.Collection.Gui/TrackFilterListView.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackFilterListView.cs b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackFilterListView.cs
index ca6ccff..d49b99a 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackFilterListView.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackFilterListView.cs
@@ -71,7 +71,7 @@ namespace Banshee.Collection.Gui
protected override bool OnPopupMenu ()
{
- if (!HasTrackContextMenu || (Selection is SelectAllSelection && Selection.AllSelected)) {
+ if (!HasTrackContextMenu) {
return false;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]