diff options
author | James Cook <james@lindenlab.com> | 2010-01-08 11:43:58 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-01-08 11:43:58 -0800 |
commit | 6a1a93be1addb3cdb86fd163046a051344312cf2 (patch) | |
tree | ff1f7622738d07c098ede1d12f2bb2c24ec280d2 /indra/newview/llsidepanelappearance.cpp | |
parent | 57fc68f496d0e7600d6bda5e907cdf3b6f598bc3 (diff) | |
parent | a5a0f571204686290d0be710a3e94448e6f7241e (diff) |
Merge
Diffstat (limited to 'indra/newview/llsidepanelappearance.cpp')
-rw-r--r-- | indra/newview/llsidepanelappearance.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llsidepanelappearance.cpp b/indra/newview/llsidepanelappearance.cpp index d870009e4f..0ae62843ac 100644 --- a/indra/newview/llsidepanelappearance.cpp +++ b/indra/newview/llsidepanelappearance.cpp @@ -151,6 +151,8 @@ BOOL LLSidepanelAppearance::postBuild() } mCurrentLookName = getChild<LLTextBox>("currentlook_name"); + + mOutfitDirtyTag = getChild<LLTextBox>("currentlook_title"); mCurrOutfitPanel = getChild<LLPanel>("panel_currentlook"); @@ -316,6 +318,7 @@ void LLSidepanelAppearance::updateVerbs() void LLSidepanelAppearance::refreshCurrentOutfitName(const std::string& name) { + mOutfitDirtyTag->setVisible(LLAppearanceManager::getInstance()->isOutfitDirty()); if (name == "") { const LLViewerInventoryItem *outfit_link = LLAppearanceManager::getInstance()->getBaseOutfitLink(); |