diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-02-27 10:45:50 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-02-27 10:45:50 -0500 |
commit | a07127ee7caf4ccdd4137fbecf79b4650decb0c2 (patch) | |
tree | 527c28465059dafc82bf9fbf0dff340287476ce8 /indra/newview/llwearableitemslist.cpp | |
parent | 43aac9ad1d303b24432623e253f568fd82b77a2a (diff) |
DRTVWR-397 - removed duplicate function
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 fac0fd63ee..d9d43a1653 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; |