diff options
| author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-07-21 14:14:42 +0300 |
|---|---|---|
| committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-07-21 14:14:42 +0300 |
| commit | 4a999fe04414f5489c555dbd609e7bae1c2667d6 (patch) | |
| tree | c93505b07bbd7ca68ed7239655c42e7316b17ecd /indra/newview/llappearancemgr.cpp | |
| parent | 52abfbbc4a3fbf55379fab861a1312eb5cecbc4d (diff) | |
| parent | 842e5111ae2d0a83755ff902afa43dc84e45662b (diff) | |
Merge from default branch
--HG--
branch : product-engine
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; |
