diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-06-10 14:05:04 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-06-10 14:05:04 +0300 |
commit | c83a0105080981fd78ce3276e85837f8849176be (patch) | |
tree | d55867dea06d73d79c815af7d57cb43c359c2bac /indra/newview/llvoicevivox.cpp | |
parent | 1856436fb93c7dc45821c1791dbbced26151b2c0 (diff) | |
parent | 79a3870c4fdaaeb68f8ff70857e8a48e0af3b5ce (diff) |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-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); } } |