summaryrefslogtreecommitdiff
path: root/indra/newview/llcallfloater.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-04-21 10:29:03 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-04-21 10:29:03 +0100
commitf464c663c6a2dfb602bc75ce329313c3539c75d6 (patch)
treef031169999bdba72e442faea7a6179fe58efed8d /indra/newview/llcallfloater.cpp
parentc34bb6f62b0ce623074378173fa9693d938eeb89 (diff)
parentea64706e796e90d0cd775c2113c949c2b56c898c (diff)
merge from PE's viewer-trunk
Diffstat (limited to 'indra/newview/llcallfloater.cpp')
-rw-r--r--indra/newview/llcallfloater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcallfloater.cpp b/indra/newview/llcallfloater.cpp
index d15c5f9bf4..5a96613870 100644
--- a/indra/newview/llcallfloater.cpp
+++ b/indra/newview/llcallfloater.cpp
@@ -228,7 +228,7 @@ void LLCallFloater::leaveCall()
LLVoiceChannel* voice_channel = LLVoiceChannel::getCurrentVoiceChannel();
if (voice_channel)
{
- voice_channel->deactivate();
+ gIMMgr->endCall(voice_channel->getSessionID());
}
}