summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearables.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-05 13:38:20 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-05 13:38:20 -0800
commit5a99682d16059a486ffa75aee938e3570e54c0c6 (patch)
tree83ed51de10d218c3a86fc60b9d68ff142ea6c427 /indra/newview/llagentwearables.cpp
parent5836902ba06f37a8e949f4ed2edbffe5f596915d (diff)
parent2ee8c957635d3bb1c0638566c47352d8ddf5b2fe (diff)
merge.
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rw-r--r--indra/newview/llagentwearables.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index dc1598aacd..540dc1c539 100644
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -1360,6 +1360,7 @@ LLUUID LLAgentWearables::makeNewOutfitLinks(const std::string& new_folder_name)
LLPointer<LLInventoryCallback> cb = new LLAutoRenameFolder(folder_id);
LLAppearanceManager::instance().shallowCopyCategory(LLAppearanceManager::instance().getCOF(),folder_id, cb);
+ LLAppearanceManager::instance().createBaseOutfitLink(folder_id, NULL);
return folder_id;
}