summaryrefslogtreecommitdiff
path: root/indra/newview/llavataractions.cpp
diff options
context:
space:
mode:
authorLynx Linden <lynx@lindenlab.com>2009-11-11 15:45:24 +0000
committerLynx Linden <lynx@lindenlab.com>2009-11-11 15:45:24 +0000
commit23a4637216403d04822efd9125875e5b06b4ccca (patch)
tree0de8e8ae22e3345bc229d876e7b87fba1a2681b9 /indra/newview/llavataractions.cpp
parentd5f3e6b2a82fa166179943fab435f69059f6686b (diff)
DEV-41324 DEV-41317: Fixes for P2P chat when already chatting.
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rw-r--r--indra/newview/llavataractions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp
index 4456e0aa74..47237e53cc 100644
--- a/indra/newview/llavataractions.cpp
+++ b/indra/newview/llavataractions.cpp
@@ -191,7 +191,7 @@ void LLAvatarActions::startIM(const LLUUID& id)
// static
void LLAvatarActions::startCall(const LLUUID& id)
{
- if (id.isNull() || isCalling(id))
+ if (id.isNull())
{
return;
}