From 7335136cbbe4343dadaee5e029f678e16c9d2062 Mon Sep 17 00:00:00 2001
From: Richard Linden <none@none>
Date: Sun, 16 Oct 2011 09:17:27 -0700
Subject: [PATCH] EXP-1391 FIX Build button highlighted in toolbar when build
 tools not active and user opens with ctrl-# shortcuts

---
 indra/newview/app_settings/commands.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml
index 3d3c13f5d81..0f6774f2efc 100644
--- a/indra/newview/app_settings/commands.xml
+++ b/indra/newview/app_settings/commands.xml
@@ -37,8 +37,6 @@
            tooltip_ref="Command_Build_Tooltip"
            execute_function="Build.Toggle"
            execute_parameters="build"
-           is_enabled_function="Agent.IsActionAllowed"
-           is_enabled_parameters="build"
            is_running_function="Floater.IsOpen"
            is_running_parameters="build"
            />
-- 
GitLab