diff options
| author | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-10 15:35:58 +0200 |
|---|---|---|
| committer | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-10 15:35:58 +0200 |
| commit | e292f310fbd1c98d62237eef27d284e024abe7ee (patch) | |
| tree | 1006e7b82b123fd441e9f2b3e53370a6650704d2 /indra/newview/llparticipantlist.cpp | |
| parent | 60a7a1d891b5c019aa6fc0f7d54046976f31a9f3 (diff) | |
No ticket. Cleaned up the code after last commit
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llparticipantlist.cpp')
| -rw-r--r-- | indra/newview/llparticipantlist.cpp | 5 |
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(); |
