diff options
author | Bradley Payne <vir@lindenlab.com> | 2009-09-24 18:05:38 +0000 |
---|---|---|
committer | Bradley Payne <vir@lindenlab.com> | 2009-09-24 18:05:38 +0000 |
commit | 7eca974a11cba4c4ed0bc89bccb937b044770c29 (patch) | |
tree | e655f479d446715e921731180b37d01be426483b /indra/newview/llviewermenu.cpp | |
parent | 7b2737e0e14f815e69da7114dda693cdaea2c341 (diff) |
Merging down avatar-pipeline/currently-worn-folder-8. Includes fixes for EXT-1121: Attaching / detaching objects doesn't affect the Current Outfit folder, and EXT-1090: Attachments detach on login, as well as work in progress for ensemble support and look details.
Diffstat (limited to 'indra/newview/llviewermenu.cpp')
-rw-r--r-- | indra/newview/llviewermenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index 2ebf803e5e..9d278e6a6c 100644 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -2836,7 +2836,7 @@ class LLSelfRemoveAllAttachments : public view_listener_t { bool handleEvent(const LLSD& userdata) { - LLAgentWearables::userRemoveAllAttachments(NULL); + LLAgentWearables::userRemoveAllAttachments(); return true; } }; |