summaryrefslogtreecommitdiff
path: root/indra/newview/llparticipantlist.cpp
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2009-11-10 16:06:24 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2009-11-10 16:06:24 +0200
commit5377f8628e7f3eda9f497db1c367099ca04726d0 (patch)
tree10794d23cc7e5aecd880df3a4cf6ea5c6b9d5b92 /indra/newview/llparticipantlist.cpp
parentc3d9aa60a799bb45b32c09870f92d576c9b571ce (diff)
parente292f310fbd1c98d62237eef27d284e024abe7ee (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llparticipantlist.cpp')
-rw-r--r--indra/newview/llparticipantlist.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llparticipantlist.cpp b/indra/newview/llparticipantlist.cpp
index 8155766b49..f5367c0477 100644
--- a/indra/newview/llparticipantlist.cpp
+++ b/indra/newview/llparticipantlist.cpp
@@ -92,6 +92,11 @@ LLParticipantList::~LLParticipantList()
mParticipantListMenu = NULL;
}
+void LLParticipantList::setSpeakingIndicatorsVisible(BOOL visible)
+{
+ mAvatarList->setSpeakingIndicatorsVisible(visible);
+};
+
void LLParticipantList::onAvatarListDoubleClicked(LLAvatarList* list)
{
LLUUID clicked_id = list->getSelectedUUID();