summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-10-19 12:46:59 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-10-19 12:46:59 +0300
commit8b5c8c7f5b3140a6e1bb132cfe3f387ea44b9c05 (patch)
tree0cbc4b7c02506136eddfa0e16193c50b58bb7a3a /indra
parente33be3b91feb069c654dca2aeb4f48ce2f9ef4ea (diff)
MAINT-5742 FIXED Appearance window progress indicator spins after changing to an identical outfit
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llagentwearables.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index cce1eb5895..dbfb3a0371 100755
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -1043,7 +1043,7 @@ void LLAgentWearables::setWearableOutfit(const LLInventoryItem::item_array_t& it
if (mismatched == 0 && !update_inventory)
{
LL_DEBUGS("Avatar") << "no changes, bailing out" << LL_ENDL;
- mCOFChangeInProgress = false;
+ notifyLoadingFinished();
return;
}