summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimsessiontab.cpp
diff options
context:
space:
mode:
authormaxim@mnikolenko <maxim@mnikolenko>2012-12-07 15:03:32 +0200
committermaxim@mnikolenko <maxim@mnikolenko>2012-12-07 15:03:32 +0200
commit935b3326254f75af876b6c9aeb1648ac3a9802cf (patch)
tree4ce452bc78b2ea71ae2ae467561b16152c2b1c46 /indra/newview/llfloaterimsessiontab.cpp
parente2c080b5582d08302d1deaf1fb64cab1a67c138a (diff)
CHUI-427 FIXED Voice button is added to Conversations floater.
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r--indra/newview/llfloaterimsessiontab.cpp3
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();
}