diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-06-07 13:56:50 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-06-07 13:56:50 -0700 |
commit | c240b697bce434e314697ca7d718bb16df22ee2c (patch) | |
tree | 9f72a1bbae58dcde674f7cc18a3c3eb0d6dc22ba | |
parent | ea5d8a1634a0457e57251b7a7ce76631cfd3f745 (diff) |
EXT-7380 - 'Call' and 'Group Call' verb buttons remain enabled on avatar/group
profile page after Voice chat was disabled in 'Preferences'
There was a missing listener notification when enabling/disabling voice
CR (actualy, took code from) Valeriy ProductEngine
-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); } } |