diff options
author | Oz Linden <oz@lindenlab.com> | 2015-07-16 14:13:41 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-07-16 14:13:41 -0400 |
commit | 4fb66604c9767bf518575963e9d4a871800bdeb3 (patch) | |
tree | 79efda5c64d821527bc52a1fd2ed5a2ef75cf4d4 /indra/newview/llwearableitemslist.cpp | |
parent | 34f53b826ce70c767738e6f4400d33e850e5b6a2 (diff) | |
parent | 02441157a0d22619ccf2a2ee735c8f5251b54fdb (diff) |
merge changes for 3.8.1-release
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; |