summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2014-07-18 11:40:15 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2014-07-18 11:40:15 +0300
commit19bc1ee671df2f89d990dfe8aadea1d9ea424e82 (patch)
tree0c8122ba8e4c33ec3be6f09b48b122d503db45f1 /indra/newview/llinventorybridge.cpp
parent8cb0b6308b695d0302cf3cbfebb423a8108f822a (diff)
MAINT-4239 FIXED Add items to outfit without replacing whole current outfit
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rwxr-xr-xindra/newview/llinventorybridge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index e0fbb655a9..13236ea7d9 100755
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -2809,7 +2809,7 @@ void LLInventoryCopyAndWearObserver::changed(U32 mask)
mContentsCount)
{
gInventory.removeObserver(this);
- LLAppearanceMgr::instance().wearInventoryCategory(category, FALSE, FALSE);
+ LLAppearanceMgr::instance().wearInventoryCategory(category, FALSE, TRUE);
delete this;
}
}