diff options
| author | Richard Nelson <none@none> | 2010-08-02 19:45:35 -0700 |
|---|---|---|
| committer | Richard Nelson <none@none> | 2010-08-02 19:45:35 -0700 |
| commit | f9f3c5eeb2362e388c1d857626d276bbbd40edcf (patch) | |
| tree | 989ba4c6ea9192330f2f70b0140aeacd759f0bf9 /indra/newview/llcofwearables.cpp | |
| parent | 0791fd3c227f64116d98260dc5bfaf3424b73bff (diff) | |
| parent | b3b8ef25e192f5713c9d5ca47289499b17ff07d1 (diff) | |
merge from dessie/viewer-release
Diffstat (limited to 'indra/newview/llcofwearables.cpp')
| -rw-r--r-- | indra/newview/llcofwearables.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/indra/newview/llcofwearables.cpp b/indra/newview/llcofwearables.cpp index 04c70cb7d8..6648bd7e57 100644 --- a/indra/newview/llcofwearables.cpp +++ b/indra/newview/llcofwearables.cpp @@ -284,8 +284,8 @@ LLCOFWearables::LLCOFWearables() : LLPanel(), mAttachmentsTab(NULL), mBodyPartsTab(NULL), mLastSelectedTab(NULL), - mCOFVersion(-1), - mAccordionCtrl(NULL) + mAccordionCtrl(NULL), + mCOFVersion(-1) { mClothingMenu = new CofClothingContextMenu(this); mAttachmentMenu = new CofAttachmentContextMenu(this); @@ -396,8 +396,7 @@ void LLCOFWearables::refresh() return; } - // BAP - removed check; does not detect item name changes. - //if (mCOFVersion == catp->getVersion()) return; + if (mCOFVersion == catp->getVersion()) return; mCOFVersion = catp->getVersion(); typedef std::vector<LLSD> values_vector_t; |
