fixed EXT-3886 Group Profile button does not always show group info

--HG--
branch : product-engine
master
Igor Borovkov 2010-01-14 16:38:44 +02:00
parent 1ccba5992e
commit a656e7bbfd
1 changed files with 1 additions and 1 deletions

View File

@ -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)