diff options
| author | Oz Linden <oz@lindenlab.com> | 2015-07-14 18:12:36 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2015-07-14 18:12:36 -0400 |
| commit | 3a07b111a5d9af66fa287700e53925519adb842a (patch) | |
| tree | fc20d71a6b6e99c5a424bcb6fb47302a73ff1840 /indra/newview/llwearableitemslist.cpp | |
| parent | 67edc1edf5389ca74a114018a804c71deecdebc1 (diff) | |
| parent | 02441157a0d22619ccf2a2ee735c8f5251b54fdb (diff) | |
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; |
