aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
authorArmin Weatherwax2010-03-25 12:42:13 +0100
committerArmin Weatherwax2010-04-12 17:11:04 +0200
commit1b7ef3a912fddcfb3e28e342aae202b92a1878a3 (patch)
treeabe9d4de68477d29bcd315b3f8e1c04c76eb8210 /linden/indra/newview/llvoiceclient.cpp
parentdespam voice client: no ProvisionVoiceAccountRequest capability (diff)
downloadmeta-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.cpp1
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