diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-01-05 16:20:09 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-01-05 16:20:09 -0500 |
commit | 828cf66ce33302c680834e69c775105da4ff1db2 (patch) | |
tree | cd3aa9a979e5f388d2916c57da0bf82a1d606667 /indra/newview/llagentwearables.cpp | |
parent | 3e4c0de0720df6da9db3616a65a0f8525276be90 (diff) | |
parent | 60959b39c6990553221b907ca04cba44841150e8 (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rw-r--r-- | indra/newview/llagentwearables.cpp | 1 |
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; } |