summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Burt <gabriel.burt@gmail.com>2011-05-06 18:06:35 -0500
committerGabriel Burt <gabriel.burt@gmail.com>2011-05-06 18:08:30 -0500
commita68f3a74fa1e5e5bae6e1fdc9badcf5e4b700123 (patch)
treee0c4b4cb50add0cdc68988a30424b81fece82c64
parent1657c80797b1d1c343038faa47d014eddae3f55a (diff)
ViewActions: enable eq once we know backend supports it (bgo#641748)
-rw-r--r--src/Core/Banshee.ThickClient/Banshee.Gui/ViewActions.cs2
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 48435dba1..b30d4e0e5 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,