diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-07-20 09:14:03 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-07-20 09:14:03 -0400 |
| commit | 22232ccf050e34841c248ea29fed8f64b8abab6b (patch) | |
| tree | 1af9e8dedfc334e76e7daa9ac10731f91d0df52b /indra/newview/llappearancemgr.cpp | |
| parent | 94cae52bb791b8ceef4d55eed8c8726e63572b61 (diff) | |
| parent | 1dae91d7354aef57625e3508b23a4bb21de242e8 (diff) | |
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; |
