[banshee] ViewActions: enable eq once we know backend supports it (bgo#641748)



commit a68f3a74fa1e5e5bae6e1fdc9badcf5e4b700123
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Fri May 6 18:06:35 2011 -0500

    ViewActions: enable eq once we know backend supports it (bgo#641748)

 .../Banshee.ThickClient/Banshee.Gui/ViewActions.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui/ViewActions.cs b/src/Core/Banshee.ThickClient/Banshee.Gui/ViewActions.cs
index 48435db..b30d4e0 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui/ViewActions.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui/ViewActions.cs
@@ -66,6 +66,8 @@ namespace Banshee.Gui
                    Catalog.GetString ("View the graphical equalizer"), OnShowEqualizer)
             });
 
+            this["ShowEqualizerAction"].Sensitive = false;
+
             Add (new ToggleActionEntry [] {
                 new ToggleActionEntry (
                    "ShowContextPaneAction", null,



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