diff options
author | maxim@mnikolenko <maxim@mnikolenko> | 2012-12-07 15:03:32 +0200 |
---|---|---|
committer | maxim@mnikolenko <maxim@mnikolenko> | 2012-12-07 15:03:32 +0200 |
commit | 935b3326254f75af876b6c9aeb1648ac3a9802cf (patch) | |
tree | 4ce452bc78b2ea71ae2ae467561b16152c2b1c46 /indra/newview/llfloaterimsessiontab.cpp | |
parent | e2c080b5582d08302d1deaf1fb64cab1a67c138a (diff) |
CHUI-427 FIXED Voice button is added to Conversations floater.
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index b50b8c2d32..0567ea3d8a 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -698,7 +698,8 @@ void LLFloaterIMSessionTab::updateCallBtnState(bool callIsActive) voiceButton->setToolTip( callIsActive? getString("end_call_button_tooltip") : getString("start_call_button_tooltip")); - enableDisableCallBtn(); + LLFloaterIMContainer::getInstance()->updateSpeakBtnState(); + enableDisableCallBtn(); } |