summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorEugene Mutavchi <emutavchi@productengine.com>2010-01-11 22:07:14 +0200
committerEugene Mutavchi <emutavchi@productengine.com>2010-01-11 22:07:14 +0200
commit13148203a440cf1bb36c928a8677bfeb7c0e32d6 (patch)
tree04ff7539301f0717cef8665399f65c3c80bb305b /indra
parenta452a4a6429bfc4404b07ea7e4ca33f336ec2546 (diff)
Fixed normal bug EXT-3672 (OSX specific: Notification "calling to ..." doesn't disappear after the voice call has been accepted)
--HG-- branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llimview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 87b2793f9f..1f994ecc71 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -1379,7 +1379,7 @@ void LLCallDialogManager::onVoiceChannelChanged(const LLUUID &session_id)
}
sSession = session;
- sSession->mVoiceChannel->setStateChangedCallback(LLCallDialogManager::onVoiceChannelStateChanged);
+ sSession->mVoiceChannel->setStateChangedCallback(boost::bind(LLCallDialogManager::onVoiceChannelStateChanged, _1, _2, _3));
if(sCurrentSessionlName != session->mName)
{
sPreviousSessionlName = sCurrentSessionlName;