diff options
| author | Vadim Savchuk <vsavchuk@productengine.com> | 2009-11-24 21:55:23 +0200 |
|---|---|---|
| committer | Vadim Savchuk <vsavchuk@productengine.com> | 2009-11-24 21:55:23 +0200 |
| commit | b619f822e676c803a1b1921a420d284ed08ecdad (patch) | |
| tree | 72f036a1304fc94f2f9c66690c7284fe5fc1014f /indra/newview/llpanelprofileview.cpp | |
| parent | 240c21cc2dd82dd41a664ec225fafb24bab44ca6 (diff) | |
| parent | 87d7c6d6f962281f11b35e02a399e3d0e1dd9e12 (diff) | |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelprofileview.cpp')
| -rw-r--r-- | indra/newview/llpanelprofileview.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llpanelprofileview.cpp b/indra/newview/llpanelprofileview.cpp index d4ab5013f9..08aea8cfd8 100644 --- a/indra/newview/llpanelprofileview.cpp +++ b/indra/newview/llpanelprofileview.cpp @@ -193,8 +193,10 @@ void LLPanelProfileView::onAvatarNameCached(const LLUUID& id, const std::string& getChild<LLTextBox>("user_name", FALSE)->setValue(first_name + " " + last_name); } -void LLPanelProfileView::togglePanel(LLPanel* panel) +void LLPanelProfileView::togglePanel(LLPanel* panel, const LLSD& key) { + // *TODO: unused method? + LLPanelProfile::togglePanel(panel); if(FALSE == panel->getVisible()) { |
