diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-08-22 16:16:54 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-08-22 16:16:54 -0400 |
commit | 6e2739b76c669275b9ad62aa1b888cfc891012eb (patch) | |
tree | 48d69e8a6f2415c115f096fbd70e2a33fb9170d4 /indra/newview/llpaneleditwearable.cpp | |
parent | 48d9dc9a8ef0a6f4aa53fa1061463678cb9de0c7 (diff) |
SH-3625 - some associated cleanup, do_update field is useless in various calls because of possible race conditions
Diffstat (limited to 'indra/newview/llpaneleditwearable.cpp')
-rw-r--r-- | indra/newview/llpaneleditwearable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpaneleditwearable.cpp b/indra/newview/llpaneleditwearable.cpp index d58d6d536c..d8ba2aa659 100644 --- a/indra/newview/llpaneleditwearable.cpp +++ b/indra/newview/llpaneleditwearable.cpp @@ -1044,7 +1044,7 @@ void LLPanelEditWearable::saveChanges(bool force_save_as) if (force_save_as) { // the name of the wearable has changed, re-save wearable with new name - LLAppearanceMgr::instance().removeCOFItemLinks(mWearablePtr->getItemID(),false); + LLAppearanceMgr::instance().removeCOFItemLinks(mWearablePtr->getItemID()); gAgentWearables.saveWearableAs(mWearablePtr->getType(), index, new_name, FALSE); mNameEditor->setText(mWearableItem->getName()); } |