summaryrefslogtreecommitdiff
path: root/indra/newview/llpersontabview.cpp
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-04-30 15:33:40 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-04-30 15:33:40 -0700
commitf18c5ad3c6cb95ad329ad7147631edd6855f3ac5 (patch)
treecb165d92285b72b0ee98e97e6906968f0499fdbf /indra/newview/llpersontabview.cpp
parent03239c14e82f4d400cefa8c4b418a6192cc08654 (diff)
ACME-252 Create AvatarFolderItemView: Now the people view shows both the facebook name and the SL name (assuming this connection exists).
Diffstat (limited to 'indra/newview/llpersontabview.cpp')
-rw-r--r--indra/newview/llpersontabview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpersontabview.cpp b/indra/newview/llpersontabview.cpp
index a0d6b40d08..76f3151777 100644
--- a/indra/newview/llpersontabview.cpp
+++ b/indra/newview/llpersontabview.cpp
@@ -181,6 +181,7 @@ BOOL LLPersonView::postBuild()
LLPersonModel * person_model = static_cast<LLPersonModel *>(getViewModelItem());
+ mAvatarIcon->setValue(person_model->getAgentID());
mInfoBtn->setClickedCallback(boost::bind(&LLFloaterReg::showInstance, "inspect_avatar", LLSD().with("avatar_id", person_model->getAgentID()), FALSE));
mProfileBtn->setClickedCallback(boost::bind(&LLAvatarActions::showProfile, person_model->getAgentID()));