diff options
author | Leslie Linden <leslie@lindenlab.com> | 2012-01-20 13:41:43 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2012-01-20 13:41:43 -0800 |
commit | a73013f7081db15aae93cc82feb895139b1847db (patch) | |
tree | ca8b74b106f9d579e31eb63b84446db450f4ae2e /indra/newview/skins | |
parent | f42a8a768c3028e81a48b19ac75943f15bfedf1e (diff) |
EXP-1799 FIX -- Replace and Add to Outfit options appear as grayed out in Inventory
* Modified build context menu code to not disable items that are invisible so
secondary background fetch can coalesce menu options with proper state.
* Removed "Move to Merchant Outbox" context menu option.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_inventory.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_inventory.xml b/indra/newview/skins/default/xui/en/menu_inventory.xml index 31dcdfffbb..ef4a1bc061 100644 --- a/indra/newview/skins/default/xui/en/menu_inventory.xml +++ b/indra/newview/skins/default/xui/en/menu_inventory.xml @@ -686,14 +686,6 @@ parameter="copy_to_outbox" /> </menu_item_call> <menu_item_call - label="Move to Merchant Outbox" - layout="topleft" - name="Merchant Move"> - <menu_item_call.on_click - function="Inventory.DoToSelected" - parameter="move_to_outbox" /> - </menu_item_call> - <menu_item_call label="Send to Marketplace" layout="topleft" name="Marketplace Send"> |