diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-24 20:02:19 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-24 20:02:19 +0200 |
commit | b30c7445b0e19f16f13ae0bcdaed9b2441a40f47 (patch) | |
tree | 0135bce9c3927e9adef129aefac4b16992017b83 /indra/newview/llparticipantlist.cpp | |
parent | 0c3f6abca6b8bbf26576e2a3776588eb72832cb2 (diff) |
No ticket: added updating of speaker manager for sorting participant list by recent speakers order.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llparticipantlist.cpp')
-rw-r--r-- | indra/newview/llparticipantlist.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llparticipantlist.cpp b/indra/newview/llparticipantlist.cpp index 7d5944ea2b..27a5c48443 100644 --- a/indra/newview/llparticipantlist.cpp +++ b/indra/newview/llparticipantlist.cpp @@ -212,6 +212,8 @@ void LLParticipantList::updateRecentSpeakersOrder() { if (E_SORT_BY_RECENT_SPEAKERS == getSortOrder()) { + // Need to update speakers to sort list correctly + mSpeakerMgr->update(true); // Resort avatar list sort(); } |