diff options
author | andreykproductengine <akleshchev@productengine.com> | 2015-07-15 16:06:46 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2015-07-15 16:06:46 +0300 |
commit | 246758a3b70256f2c776d5372296b858251fd820 (patch) | |
tree | 8cb8ab5ec368fd94e2d16e617d31bce8bced7694 /indra/newview/llwearableitemslist.cpp | |
parent | 8e2ec992d0bc937f72f6a1e96592f32798daac29 (diff) | |
parent | 02441157a0d22619ccf2a2ee735c8f5251b54fdb (diff) |
Merge downstream code and become version 3.8.2
Diffstat (limited to 'indra/newview/llwearableitemslist.cpp')
-rwxr-xr-x | indra/newview/llwearableitemslist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwearableitemslist.cpp b/indra/newview/llwearableitemslist.cpp index 888ead0613..1c3808ce68 100755 --- a/indra/newview/llwearableitemslist.cpp +++ b/indra/newview/llwearableitemslist.cpp @@ -124,7 +124,7 @@ void LLPanelWearableOutfitItem::updateItem(const std::string& name, // We don't use get_is_item_worn() here because this update is triggered by // an inventory observer upon link in COF beind added or removed so actual // worn status of a linked item may still remain unchanged. - if (mWornIndicationEnabled && LLAppearanceMgr::instance().isLinkInCOF(mInventoryItemUUID)) + if (mWornIndicationEnabled && LLAppearanceMgr::instance().isLinkedInCOF(mInventoryItemUUID)) { search_label += LLTrans::getString("worn"); item_state = IS_WORN; |