diff options
| -rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index 0ed84c381f..049f4aec92 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -433,7 +433,7 @@ void LLFloaterIMSessionTab::draw()  void LLFloaterIMSessionTab::enableDisableCallBtn()  { -    if (LLVoiceClient::instanceExists() && mVoiceButton) +    if (!LLApp::isExiting() && LLVoiceClient::instanceExists() && mVoiceButton)      {          mVoiceButton->setEnabled(              mSessionID.notNull()  | 
