diff options
| author | Loren Shih <seraph@lindenlab.com> | 2010-07-20 12:51:15 -0400 |
|---|---|---|
| committer | Loren Shih <seraph@lindenlab.com> | 2010-07-20 12:51:15 -0400 |
| commit | 4bd450737bf1f5a74a4857932235d7bcbead1388 (patch) | |
| tree | 3298ebf4aedad3415961a81073d1ed79c1d374ed /indra/newview/llappearancemgr.cpp | |
| parent | 2961992a7e135ca68e5d78b245ea9a43b4284e56 (diff) | |
| parent | b0c700bfa0b94ca9288470d1bae78ce12369d4f5 (diff) | |
automated merge
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
| -rw-r--r-- | indra/newview/llappearancemgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index a7d90ab8d3..d2449abf08 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -2209,6 +2209,7 @@ void LLAppearanceMgr::updateIsDirty() LLViewerInventoryItem *item2 = outfit_items.get(i); if (item1->getLinkedUUID() != item2->getLinkedUUID() || + item1->getName() != item2->getName() || item1->LLInventoryItem::getDescription() != item2->LLInventoryItem::getDescription()) { mOutfitIsDirty = true; |
