summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearables.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2009-11-03 12:22:31 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2009-11-03 12:22:31 -0500
commit9109809fb18968edfcd8e8f01428309fcc2e7578 (patch)
treee864c3bd873d637fe2796fc52e0e85a614726ece /indra/newview/llagentwearables.cpp
parent7add9de18f3964f0c52f68931bfcb88b9f81966c (diff)
For EXT-1591: Current Outfit Folder contains duplicate attachment items after relog.
--HG-- branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rw-r--r--indra/newview/llagentwearables.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index 380469f5b3..d1d6e496b6 100644
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -2014,7 +2014,8 @@ void LLInitialWearablesFetch::done()
LLFindWearables is_wearable;
gInventory.collectDescendentsIf(mCompleteFolders.front(), cat_array, wearable_array,
LLInventoryModel::EXCLUDE_TRASH, is_wearable);
-
+
+ LLAppearanceManager::setAttachmentInvLinkEnable(true);
if (wearable_array.count() > 0)
{
LLAppearanceManager::instance().updateAppearanceFromCOF();