diff options
author | Nyx Linden <nyx@lindenlab.com> | 2013-08-16 19:31:36 -0400 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2013-08-16 19:31:36 -0400 |
commit | 2c997779420938653dd0433d4b5de08b2d113f20 (patch) | |
tree | 148cec71b984c3ae24e5da0d679acaf819c1b07f /indra/newview/llpaneleditwearable.cpp | |
parent | 5ae117aff6bfbc3c07876146ca270129dd91a047 (diff) | |
parent | 2157cf5e71f40ae4cc9eedaea6811a4c55718747 (diff) |
merge
Diffstat (limited to 'indra/newview/llpaneleditwearable.cpp')
-rwxr-xr-x | indra/newview/llpaneleditwearable.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llpaneleditwearable.cpp b/indra/newview/llpaneleditwearable.cpp index 0532370ff2..582998c973 100755 --- a/indra/newview/llpaneleditwearable.cpp +++ b/indra/newview/llpaneleditwearable.cpp @@ -1098,11 +1098,9 @@ void LLPanelEditWearable::saveChanges(bool force_save_as) LLInventoryObject::const_object_list_t obj_array; obj_array.push_back(LLConstPointer<LLInventoryObject>(link_item)); - const bool resolve_links = true; link_inventory_array(LLAppearanceMgr::instance().getCOF(), obj_array, - gAgentAvatarp->mEndCustomizeCallback, - resolve_links); + gAgentAvatarp->mEndCustomizeCallback); // Remove old link remove_inventory_item(link_item->getUUID(), gAgentAvatarp->mEndCustomizeCallback); } |