diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-22 16:42:37 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-22 16:42:37 +0200 |
commit | d4a8f4c6efd11b4cb3ccba320f18e8508668b915 (patch) | |
tree | 389d067ceb206a4d3131e9a863dc23035c8d21f2 /indra/newview/llparticipantlist.cpp | |
parent | 722c8b1c7620eb43baa329846cf6410c3ebacc85 (diff) | |
parent | 29ac4cf97ddbf7ee311092b75c8f3688019a5503 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llparticipantlist.cpp')
-rw-r--r-- | indra/newview/llparticipantlist.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llparticipantlist.cpp b/indra/newview/llparticipantlist.cpp index 5941487c7d..7d5944ea2b 100644 --- a/indra/newview/llparticipantlist.cpp +++ b/indra/newview/llparticipantlist.cpp @@ -213,7 +213,6 @@ void LLParticipantList::updateRecentSpeakersOrder() if (E_SORT_BY_RECENT_SPEAKERS == getSortOrder()) { // Resort avatar list - mAvatarList->setDirty(true); sort(); } } |