Fixed normal bug EXT-3740 - People panel should default to Nearby at first run.

--HG--
branch : product-engine
master
Dmitry Zaporozhan 2009-12-30 10:33:35 +02:00
parent 383cb255e0
commit 1febd28bd4
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ BOOL LLPanelPeople::postBuild()
getChild<LLPanel>(GROUP_TAB_NAME)->childSetAction("groups_viewsort_btn",boost::bind(&LLPanelPeople::onGroupsViewSortButtonClicked, this));
// Must go after setting commit callback and initializing all pointers to children.
mTabContainer->selectTabByName(FRIENDS_TAB_NAME);
mTabContainer->selectTabByName(NEARBY_TAB_NAME);
// Create menus.
LLUICtrl::CommitCallbackRegistry::ScopedRegistrar registrar;