diff options
author | Denis Serdjuk <dserduk@productengine.com> | 2009-11-02 21:51:39 +0200 |
---|---|---|
committer | Denis Serdjuk <dserduk@productengine.com> | 2009-11-02 21:51:39 +0200 |
commit | 08f1e05552796f2f0d67f95aefca181ca96c5615 (patch) | |
tree | 84548e2be77df731237e15b3c8bfe00deea7a0f6 /indra/newview/llchiclet.cpp | |
parent | d4a3ccc52cf0c9113428c71280a9e4d28f781bfd (diff) |
fixed major bug EXT-1984 Speak button light should not disable when voice channel is open
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.cpp')
-rw-r--r-- | indra/newview/llchiclet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index bad61101c1..a854eb852f 100644 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -1336,6 +1336,7 @@ LLTalkButton::LLTalkButton(const Params& p) // never show "muted" because you can't mute yourself mOutputMonitor->setIsMuted(false); + mOutputMonitor->setIsAgentControl(true); } LLTalkButton::~LLTalkButton() |