diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-03 18:26:53 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-03 18:26:53 +0000 |
commit | 7bb35543c1021c1a286a75684aeb5014eb104f4b (patch) | |
tree | fddde75884f5cccb1b83a60c6495370cc86dbb87 /indra/newview/llpanelpeople.cpp | |
parent | 011673de5a73eefbd59e29056851e160338be714 (diff) | |
parent | f7594c713d93f397440c4af2f566a33f1b6af099 (diff) |
merge.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelpeople.cpp')
-rw-r--r-- | indra/newview/llpanelpeople.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llpanelpeople.cpp b/indra/newview/llpanelpeople.cpp index fb6f36d4da..423ee61e25 100644 --- a/indra/newview/llpanelpeople.cpp +++ b/indra/newview/llpanelpeople.cpp @@ -667,6 +667,11 @@ void LLPanelPeople::updateFriendList() lldebugs << "Friends Cards were not found" << llendl; } + // show special help text for just created account to help found friends. EXT-4836 + static LLTextBox* no_friends_text = getChild<LLTextBox>("no_friends_msg"); + no_friends_text->setVisible(all_friendsp.size() == 0); + + LLAvatarTracker::buddy_map_t::const_iterator buddy_it = all_buddies.begin(); for (; buddy_it != all_buddies.end(); ++buddy_it) { |