diff options
author | MaximB ProductEngine <mberezhnoy@productengine.com> | 2012-12-14 11:21:37 +0200 |
---|---|---|
committer | MaximB ProductEngine <mberezhnoy@productengine.com> | 2012-12-14 11:21:37 +0200 |
commit | 70ea607842c239cd87b229b416e13485da974658 (patch) | |
tree | 176920ebf0ab65526b9839f5b57bb7bd0f856e4e /indra/newview/llvoiceclient.cpp | |
parent | e90bd165c8f41ac4a670d6c52a7ee2d7b3728991 (diff) | |
parent | 08cc82ec483fab8299d52ba979f04df95e525acb (diff) |
merge
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r-- | indra/newview/llvoiceclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index 730f022c50..dd529d74e9 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -551,6 +551,7 @@ void LLVoiceClient::setUserPTTState(bool ptt) { mUserPTTState = ptt; updateMicMuteLogic(); + mMicroChangedSignal(); } bool LLVoiceClient::getUserPTTState() |