diff options
author | Jonathan Yap <none@none> | 2012-02-19 14:06:32 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2012-02-19 14:06:32 -0500 |
commit | 566bbe7e09bf9cd9939cfae40773d86993803d1b (patch) | |
tree | 6527575edfbe6a24e3623fe7318b673f7d493c70 /indra/newview/app_settings/commands.xml | |
parent | 1f5c2c056ff2b660b053cf3a7344fdf1c5c15b0e (diff) |
STORM-1808 Recode so build button is not clickable when grayed out
Diffstat (limited to 'indra/newview/app_settings/commands.xml')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index 16a7e0b314..12ce45717b 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -37,10 +37,10 @@ tooltip_ref="Command_Build_Tooltip" execute_function="Build.Toggle" execute_parameters="build" - is_enabled_function="Agent.IsActionAllowed" + is_enabled_function="Build.Enabled" is_enabled_parameters="build" is_running_function="Floater.IsOpen" - is_running_parameters="build" + is_running_parameters="toolbox floater" /> <command name="chat" available_in_toybox="true" |