diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-06-07 16:01:10 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-06-07 16:01:10 -0700 |
commit | 470f81dd33dc8b89db97c6cd374f1bb171d8fc8e (patch) | |
tree | f55e7e1c65001edf30257b3d6de35653b406dca3 | |
parent | f256157310e76352d716cb9d3aff0fa47a37a9d5 (diff) | |
parent | c240b697bce434e314697ca7d718bb16df22ee2c (diff) |
Merge
-rw-r--r-- | indra/newview/llvoicevivox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index c6c155f0f0..d6028b78cb 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -5112,6 +5112,7 @@ void LLVivoxVoiceClient::setVoiceEnabled(bool enabled) LLVoiceChannel::getCurrentVoiceChannel()->deactivate(); status = LLVoiceClientStatusObserver::STATUS_VOICE_DISABLED; } + notifyStatusObservers(status); } } |