diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-21 10:29:03 +0100 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-21 10:29:03 +0100 |
| commit | f464c663c6a2dfb602bc75ce329313c3539c75d6 (patch) | |
| tree | f031169999bdba72e442faea7a6179fe58efed8d /indra/newview/llimview.cpp | |
| parent | c34bb6f62b0ce623074378173fa9693d938eeb89 (diff) | |
| parent | ea64706e796e90d0cd775c2113c949c2b56c898c (diff) | |
merge from PE's viewer-trunk
Diffstat (limited to 'indra/newview/llimview.cpp')
| -rw-r--r-- | indra/newview/llimview.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 4357c7d426..909878207c 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -2744,6 +2744,12 @@ bool LLIMMgr::endCall(const LLUUID& session_id) if (!voice_channel) return false; voice_channel->deactivate(); + LLIMModel::LLIMSession* im_session = LLIMModel::getInstance()->findIMSession(session_id); + if (im_session) + { + // need to update speakers' state + im_session->mSpeakers->update(FALSE); + } return true; } |
