summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-10-19 17:04:38 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-10-19 17:04:38 +0300
commit017a564999cfd65ead673766c13e664e3bf8ac34 (patch)
tree44dacc3c8caf9705a50c1d9347da476eae618c3e /indra
parent8b5c8c7f5b3140a6e1bb132cfe3f387ea44b9c05 (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 dbfb3a0371..b76a66ab39 100755
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -1100,7 +1100,7 @@ void LLAgentWearables::setWearableOutfit(const LLInventoryItem::item_array_t& it
if (mismatched == 0)
{
LL_DEBUGS("Avatar") << "inventory updated, wearable assets not changed, bailing out" << LL_ENDL;
- mCOFChangeInProgress = false;
+ notifyLoadingFinished();
return;
}