summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimsessiontab.cpp
diff options
context:
space:
mode:
authorMaximB ProductEngine <mberezhnoy@productengine.com>2012-12-14 11:21:37 +0200
committerMaximB ProductEngine <mberezhnoy@productengine.com>2012-12-14 11:21:37 +0200
commit70ea607842c239cd87b229b416e13485da974658 (patch)
tree176920ebf0ab65526b9839f5b57bb7bd0f856e4e /indra/newview/llfloaterimsessiontab.cpp
parente90bd165c8f41ac4a670d6c52a7ee2d7b3728991 (diff)
parent08cc82ec483fab8299d52ba979f04df95e525acb (diff)
merge
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r--indra/newview/llfloaterimsessiontab.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp
index 4d923913fb..82d25b9da9 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();
}