diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-07-08 19:12:45 +0300 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-07-08 19:12:45 +0300 |
commit | 479731f6a0a779c17658fe7f258bdcfff9fb7794 (patch) | |
tree | 2960410330ff8300a629304005a92acc88b91aef /indra/newview | |
parent | 98d8e221535996540d2abf7f27c175258397cbac (diff) |
EXT-8243 FIXED Replaced method to create link in COF with top-level LLAppearanceMgr::wearItemOnAvatar() method while DnD a wearable to COF.
Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/714/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 9e7224d9b8..9712d4898e 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -2989,7 +2989,7 @@ BOOL LLFolderBridge::dragItemIntoFolder(LLInventoryItem* inv_item, // BAP - should skip if dup. if (move_is_into_current_outfit) { - LLAppearanceMgr::instance().addCOFItemLink(inv_item); + LLAppearanceMgr::instance().wearItemOnAvatar(inv_item->getUUID(), true, true); } else { |