summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/commands.xml
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-10-05 20:17:29 -0700
committerMerov Linden <merov@lindenlab.com>2014-10-05 20:17:29 -0700
commit6b8916e7604d47f37d30ae0c1a6ab2465da1f39d (patch)
treeeaf797d9424fa07528c401cfa273a5961d28c498 /indra/newview/app_settings/commands.xml
parent31d5383417000738a29c8f664124e140b1afce5d (diff)
DD-170 : Handle 503 answer from SLM and added a MARKET_MERCHANT_NOT_MIGRATED state to the UI, showing only the relevant UI to the user (i.e. Merchant Outbox or Marketplace Listings).
Diffstat (limited to 'indra/newview/app_settings/commands.xml')
-rwxr-xr-xindra/newview/app_settings/commands.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml
index 9b12254ce3..2cd6638042 100755
--- a/indra/newview/app_settings/commands.xml
+++ b/indra/newview/app_settings/commands.xml
@@ -123,8 +123,10 @@
icon="Command_MktListings_Icon"
label_ref="Command_MarketplaceListings_Label"
tooltip_ref="Command_MarketplaceListings_Tooltip"
- execute_function="Floater.ToggleOrBringToFront"
- execute_parameters="marketplace_listings"
+ execute_function="Marketplace.Toggle"
+ execute_parameters="marketplace"
+ is_enabled_function="Marketplace.Enabled"
+ is_enabled_parameters="marketplace"
is_running_function="Floater.IsOpen"
is_running_parameters="marketplace_listings"
/>