diff options
| author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-30 10:33:35 +0200 | 
|---|---|---|
| committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-30 10:33:35 +0200 | 
| commit | 1febd28bd41f3ba0102a86da48f3098eebbbdb8a (patch) | |
| tree | 03e0670a95ca25a56a8f84bd807152af19a2e5b7 | |
| parent | 383cb255e0ff619fa4ee3fc0b1dc6a37643d3bc1 (diff) | |
Fixed normal bug EXT-3740 - People panel should default to Nearby at first run.
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/llpanelpeople.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelpeople.cpp b/indra/newview/llpanelpeople.cpp index 249a9ca1a0..e14a5778ad 100644 --- a/indra/newview/llpanelpeople.cpp +++ b/indra/newview/llpanelpeople.cpp @@ -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;  | 
