diff --git a/indra/newview/llfloatermarketplacelistings.cpp b/indra/newview/llfloatermarketplacelistings.cpp index a111c84d6..2a10834c1 100644 --- a/indra/newview/llfloatermarketplacelistings.cpp +++ b/indra/newview/llfloatermarketplacelistings.cpp @@ -125,9 +125,9 @@ void LLPanelMarketplaceListings::buildAllPanels() LLInventoryPanel* LLPanelMarketplaceListings::buildInventoryPanel(const std::string& childname, const std::string& filename) { - //LLTabContainer* tabs_panel = getChild("marketplace_filter_tabs"); + LLTabContainer* tabs_panel = getChild("marketplace_filter_tabs"); // Singu Note: These should already be built!! - LLInventoryPanel* panel = getChild(childname); + LLInventoryPanel* panel = tabs_panel->getChild(childname, false, false); llassert(panel != NULL); // Set sort order and callbacks