diff options
author | maxim@mnikolenko <maxim@mnikolenko> | 2012-12-12 13:14:52 +0200 |
---|---|---|
committer | maxim@mnikolenko <maxim@mnikolenko> | 2012-12-12 13:14:52 +0200 |
commit | 3d7aaaada853d950888a2fd0fe3e2f375bd5bbb0 (patch) | |
tree | c148c35117c1474cb30bb2be52af17d9e60b6353 /indra/newview/llfloaterimsessiontab.cpp | |
parent | 8037b435883f6d0cc0ba01e4f5bdbeea47c99074 (diff) |
CHUI-427 FIXED Added callback to track changing in mUserPTTState. It's needed to synchronize both buttons
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index 4c6d8fa5a0..0eb0289f49 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -693,7 +693,6 @@ void LLFloaterIMSessionTab::updateCallBtnState(bool callIsActive) voiceButton->setToolTip( callIsActive? getString("end_call_button_tooltip") : getString("start_call_button_tooltip")); - LLFloaterIMContainer::getInstance()->updateSpeakBtnState(); enableDisableCallBtn(); } |