diff --git a/indra/newview/llfloaterdirectory.cpp b/indra/newview/llfloaterdirectory.cpp index 84396e74d3b323ae6823f16774d0dc40a9af0b43..db32a4936f550c5ba7c3541eed2bc290f26d53c0 100644 --- a/indra/newview/llfloaterdirectory.cpp +++ b/indra/newview/llfloaterdirectory.cpp @@ -98,7 +98,7 @@ BOOL LLFloaterDirectory::postBuild() getChild<LLButton>("PageDn")->setCommitCallback(boost::bind(&LLFloaterDirectory::choosePage, this, _1)); showDetailPanel(LLStringUtil::null); // hide all the panels paginate(); - return TRUE; + return LLFloater::postBuild(); } void LLFloaterDirectory::onOpen(const LLSD& key)