diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-05-13 15:13:16 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-05-13 15:13:16 +0300 |
commit | 5ff0d34ab71a6795b7314603272035f72afe2a17 (patch) | |
tree | 97ea64ca9854bf7716225a46b60f8486430cd6f4 /indra | |
parent | 5f05e5841f5e748984a7dd7ac4e18070fc716857 (diff) |
CHUI-944 FIXED Show Voice indicator for P2P torn off conversations.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaterimsession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsession.cpp b/indra/newview/llfloaterimsession.cpp index 848d5c34d2..1de6effa2b 100644 --- a/indra/newview/llfloaterimsession.cpp +++ b/indra/newview/llfloaterimsession.cpp @@ -109,7 +109,7 @@ void LLFloaterIMSession::refresh() void LLFloaterIMSession::onTearOffClicked() { LLFloaterIMSessionTab::onTearOffClicked(); - + mSpeakingIndicator->setVisible(mIsP2PChat); if(mIsP2PChat) { if(isTornOff()) |