diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2010-01-14 16:38:44 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2010-01-14 16:38:44 +0200 |
commit | a656e7bbfd8c3ca2244b54188e34028d4036ca4e (patch) | |
tree | 735025759d39721453d279510b4d7d3e693719d7 | |
parent | 1ccba5992e750dc5ac8911fb7c8670120d46be9b (diff) |
fixed EXT-3886 Group Profile button does not always show group info
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/llpanelimcontrolpanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelimcontrolpanel.cpp b/indra/newview/llpanelimcontrolpanel.cpp index b547997e7a..0cfe501fab 100644 --- a/indra/newview/llpanelimcontrolpanel.cpp +++ b/indra/newview/llpanelimcontrolpanel.cpp @@ -302,7 +302,7 @@ void LLPanelGroupControlPanel::setSessionId(const LLUUID& session_id) { LLPanelChatControlPanel::setSessionId(session_id); - mGroupID = LLIMModel::getInstance()->getOtherParticipantID(session_id); + mGroupID = session_id; // for group and Ad-hoc chat we need to include agent into list if(!mParticipantList) |