summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelimcontrolpanel.cpp
diff options
context:
space:
mode:
authorEugene Kondrashev <ekondrashev@productengine.com>2009-11-10 15:35:58 +0200
committerEugene Kondrashev <ekondrashev@productengine.com>2009-11-10 15:35:58 +0200
commite292f310fbd1c98d62237eef27d284e024abe7ee (patch)
tree1006e7b82b123fd441e9f2b3e53370a6650704d2 /indra/newview/llpanelimcontrolpanel.cpp
parent60a7a1d891b5c019aa6fc0f7d54046976f31a9f3 (diff)
No ticket. Cleaned up the code after last commit
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanelimcontrolpanel.cpp')
-rw-r--r--indra/newview/llpanelimcontrolpanel.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llpanelimcontrolpanel.cpp b/indra/newview/llpanelimcontrolpanel.cpp
index 6479f46283..350b78ee3d 100644
--- a/indra/newview/llpanelimcontrolpanel.cpp
+++ b/indra/newview/llpanelimcontrolpanel.cpp
@@ -249,8 +249,7 @@ void LLPanelGroupControlPanel::setSessionId(const LLUUID& session_id)
mGroupID = LLIMModel::getInstance()->getOtherParticipantID(session_id);
if(!mParticipantList)
- mParticipantList = new LLParticipantList(LLIMModel::getInstance()->getSpeakerManager(session_id),
- getChild<LLAvatarList>("speakers_list"));
+ mParticipantList = new LLParticipantList(mSpeakerManager, getChild<LLAvatarList>("speakers_list"));
}