summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-06-07 16:01:10 -0700
committerLeyla Farazha <leyla@lindenlab.com>2010-06-07 16:01:10 -0700
commit470f81dd33dc8b89db97c6cd374f1bb171d8fc8e (patch)
treef55e7e1c65001edf30257b3d6de35653b406dca3
parentf256157310e76352d716cb9d3aff0fa47a37a9d5 (diff)
parentc240b697bce434e314697ca7d718bb16df22ee2c (diff)
Merge
-rw-r--r--indra/newview/llvoicevivox.cpp1
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);
}
}