diff options
author | callum <none@none> | 2011-10-11 15:33:43 -0700 |
---|---|---|
committer | callum <none@none> | 2011-10-11 15:33:43 -0700 |
commit | ecdcaf149b7def0e40898ac202539376a673c7b1 (patch) | |
tree | db0a507df37bf1e5bc0499dd065365aaba67e6a3 /indra/newview/llagent.h | |
parent | c1a9ca33b27f4e741eeacf781a09156009167ad3 (diff) |
FIX EXP-1302 Make the Speak button work as a toolbar button and
EXP-1324 Push to talk hot key doesn't change button state of speak button
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r-- | indra/newview/llagent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h index 0355e68b6e..0f7ed9ce68 100644 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -290,12 +290,12 @@ public: bool isVoiceConnected() const { return mVoiceConnected; } void setVoiceConnected(const bool b) { mVoiceConnected = b; } - static void toggleMicrophone(const LLSD& name); + static void pressMicrophone(const LLSD& name); + static void releaseMicrophone(const LLSD& name); static bool isMicrophoneOn(const LLSD& sdname); private: bool mVoiceConnected; - bool mMicrophoneOn; //-------------------------------------------------------------------- // Chat |