diff options
author | Armin Weatherwax | 2010-03-25 12:42:13 +0100 |
---|---|---|
committer | Armin Weatherwax | 2010-04-12 17:11:04 +0200 |
commit | 1b7ef3a912fddcfb3e28e342aae202b92a1878a3 (patch) | |
tree | abe9d4de68477d29bcd315b3f8e1c04c76eb8210 /linden/indra/newview/llvoiceclient.cpp | |
parent | despam voice client: no ProvisionVoiceAccountRequest capability (diff) | |
download | meta-impy-1b7ef3a912fddcfb3e28e342aae202b92a1878a3.zip meta-impy-1b7ef3a912fddcfb3e28e342aae202b92a1878a3.tar.gz meta-impy-1b7ef3a912fddcfb3e28e342aae202b92a1878a3.tar.bz2 meta-impy-1b7ef3a912fddcfb3e28e342aae202b92a1878a3.tar.xz |
disable voice (for the session) if binary not found
Diffstat (limited to 'linden/indra/newview/llvoiceclient.cpp')
-rw-r--r-- | linden/indra/newview/llvoiceclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llvoiceclient.cpp b/linden/indra/newview/llvoiceclient.cpp index ef817cf..67e4075 100644 --- a/linden/indra/newview/llvoiceclient.cpp +++ b/linden/indra/newview/llvoiceclient.cpp | |||
@@ -1753,6 +1753,7 @@ void LLVoiceClient::stateMachine() | |||
1753 | else | 1753 | else |
1754 | { | 1754 | { |
1755 | LL_INFOS("Voice") << exe_path << " not found." << LL_ENDL; | 1755 | LL_INFOS("Voice") << exe_path << " not found." << LL_ENDL; |
1756 | mVoiceEnabled = false; | ||
1756 | } | 1757 | } |
1757 | } | 1758 | } |
1758 | else | 1759 | else |