summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimcontainer.h
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2014-05-12 11:52:39 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2014-05-12 11:52:39 +0300
commitccb91c6da4078ce5d977203f297b0197983a543e (patch)
tree21e2680e5e7c79ea2005107792795a4095adeaab /indra/newview/llfloaterimcontainer.h
parentba770ee4ac64ce64c3eb9bf2b5a0b9527191e84c (diff)
MAINT-3963 FIXED The behavior of speak button in the conversations HUB and toolbar button is consistent now. Use setUserPTTState(false) to switch off the mic.
Diffstat (limited to 'indra/newview/llfloaterimcontainer.h')
-rwxr-xr-xindra/newview/llfloaterimcontainer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimcontainer.h b/indra/newview/llfloaterimcontainer.h
index f6d973b9b3..a3e10dc236 100755
--- a/indra/newview/llfloaterimcontainer.h
+++ b/indra/newview/llfloaterimcontainer.h
@@ -135,7 +135,8 @@ private:
void onExpandCollapseButtonClicked();
void onStubCollapseButtonClicked();
void processParticipantsStyleUpdate();
- void onSpeakButtonClicked();
+ void onSpeakButtonPressed();
+ void onSpeakButtonReleased();
/*virtual*/ void onClickCloseBtn(bool app_quitting = false);
/*virtual*/ void closeHostedFloater();