diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-01-11 18:50:19 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-01-11 18:50:19 +0200 |
commit | 150368274fabac9066a43cd54ea23468769ba262 (patch) | |
tree | bca094b92f6997816b077ec9d658128cbb7dc201 /indra/newview/llavatarlistitem.cpp | |
parent | 1bdae78926d11389ac6f4ca8daae3bf50ba7ceda (diff) |
Work on low task EXT-3456 (Code Improvements: Improve LLAvatarListItem to show/hide its buttons properly)
Code improved:
* removed direct changing of "speaker indicator" visibility in Avatar List when Avatar List Item is added
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llavatarlistitem.cpp')
-rw-r--r-- | indra/newview/llavatarlistitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llavatarlistitem.cpp b/indra/newview/llavatarlistitem.cpp index aa5a575464..56ac168c1d 100644 --- a/indra/newview/llavatarlistitem.cpp +++ b/indra/newview/llavatarlistitem.cpp @@ -245,7 +245,7 @@ void LLAvatarListItem::setShowProfileBtn(bool show) mShowProfileBtn = show; } -void LLAvatarListItem::setSpeakingIndicatorVisible(bool visible) +void LLAvatarListItem::showSpeakingIndicator(bool visible) { // Already done? Then do nothing. if (mSpeakingIndicator->getVisible() == (BOOL)visible) |