diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-12-15 11:52:44 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-12-15 11:52:44 -0500 |
commit | 871e64726a147623f52776993ddced97bbf0e065 (patch) | |
tree | d8941e09de552e354ad8b04a77f5f77fb71a4a6d /indra/newview/llinventorybridge.cpp | |
parent | 045e3e06579d533619208fb415399e68714244e3 (diff) | |
parent | f125039abcb566eaa7bdf33ce9c8c550cc25783a (diff) |
automated merge avp->avp
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index e361082f7b..ab06ac1691 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -973,7 +973,7 @@ bool LLInvFVBridge::isInOutfitsSidePanel() const dynamic_cast<LLPanelOutfitsInventory*>(LLSideTray::getInstance()->getPanel("panel_outfits_inventory")); if (!outfit_panel) return false; - return outfit_panel->isAccordionPanel(my_panel); + return outfit_panel->isTabPanel(my_panel); } // +=================================================+ |