diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-03-04 15:31:35 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-03-04 15:31:35 -0500 |
commit | f8916165f95606503b37eff7177674a57fe5d73e (patch) | |
tree | 48906e70ba957772add46945e755a525ab563c51 /indra/newview/llpanelpeople.cpp | |
parent | 2a60fdb1978de9dbe5b18ea3be9009ffc907eedd (diff) | |
parent | b35ffd530488f0411dfc257e023a1b00c1c38eec (diff) |
automated merge viewer2.0->viewer2.0
Diffstat (limited to 'indra/newview/llpanelpeople.cpp')
-rw-r--r-- | indra/newview/llpanelpeople.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanelpeople.cpp b/indra/newview/llpanelpeople.cpp index 93a6a7803a..03e8ab644e 100644 --- a/indra/newview/llpanelpeople.cpp +++ b/indra/newview/llpanelpeople.cpp @@ -519,6 +519,8 @@ BOOL LLPanelPeople::postBuild() mRecentList->setShowIcons("RecentListShowIcons"); mGroupList = getChild<LLGroupList>("group_list"); + mGroupList->setNoGroupsMsg(getString("no_groups_msg")); + mGroupList->setNoFilteredGroupsMsg(getString("no_filtered_groups_msg")); mNearbyList->setContextMenu(&LLPanelPeopleMenus::gNearbyMenu); mRecentList->setContextMenu(&LLPanelPeopleMenus::gNearbyMenu); @@ -1440,8 +1442,6 @@ void LLPanelPeople::onFriendListRefreshComplete(LLUICtrl*ctrl, const LLSD& param { showAccordion("tab_all", param.asInteger()); } - updateButtons(); - } void LLPanelPeople::setAccordionCollapsedByUser(LLUICtrl* acc_tab, bool collapsed) |