diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-08-17 20:35:00 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-08-17 20:35:00 +0300 |
commit | 0f061689914d1d73272d373c877d1656933ae501 (patch) | |
tree | 6ff7ac3b6eedae4449c8d3609458c940ef0ce3ba /indra/newview/llinspectgroup.cpp | |
parent | 57060fa0ebfacf3705ec2d9770e83aab3c86b894 (diff) |
MAINT-6655 Group inspector doesn't support default icon.
Diffstat (limited to 'indra/newview/llinspectgroup.cpp')
-rw-r--r-- | indra/newview/llinspectgroup.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llinspectgroup.cpp b/indra/newview/llinspectgroup.cpp index 8e91af321e..0c5a91e48a 100644 --- a/indra/newview/llinspectgroup.cpp +++ b/indra/newview/llinspectgroup.cpp @@ -233,7 +233,8 @@ void LLInspectGroup::processGroupData() getChild<LLUICtrl>("group_details")->setValue( LLSD(data->mCharter) ); - getChild<LLUICtrl>("group_icon")->setValue( LLSD(data->mInsigniaID) ); + // LLGroupIconCtrl + getChild<LLUICtrl>("group_icon")->setValue(LLSD(mGroupID)); std::string cost; bool is_member = LLGroupActions::isInGroup(mGroupID); |