summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.cpp
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-06-10 14:05:04 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-06-10 14:05:04 +0300
commitc83a0105080981fd78ce3276e85837f8849176be (patch)
treed55867dea06d73d79c815af7d57cb43c359c2bac /indra/newview/llvoicevivox.cpp
parent1856436fb93c7dc45821c1791dbbced26151b2c0 (diff)
parent79a3870c4fdaaeb68f8ff70857e8a48e0af3b5ce (diff)
Merge from default branch
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-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);
}
}