summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneleditwearable.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-08-22 16:16:54 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-08-22 16:16:54 -0400
commit6e2739b76c669275b9ad62aa1b888cfc891012eb (patch)
tree48d69e8a6f2415c115f096fbd70e2a33fb9170d4 /indra/newview/llpaneleditwearable.cpp
parent48d9dc9a8ef0a6f4aa53fa1061463678cb9de0c7 (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.cpp2
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());
}