summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2014-01-27 11:21:34 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2014-01-27 11:21:34 +0200
commitb4448cf2eb8f9e5c6305152190a8ef5957978710 (patch)
tree7d37d233cf0a5a725c57eaafba7355cd0edbf3d7 /indra/newview
parentf27438b1c68025fe1414c35fb120ce852dcb31bc (diff)
MAINT-3657 FIXED Don't change state when other user declines call.
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llvoicechannel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoicechannel.cpp b/indra/newview/llvoicechannel.cpp
index 665892a615..ac2a34ba1e 100755
--- a/indra/newview/llvoicechannel.cpp
+++ b/indra/newview/llvoicechannel.cpp
@@ -790,7 +790,6 @@ void LLVoiceChannelP2P::handleStatusChange(EStatusType type)
{
// other user declined call
LLNotificationsUtil::add("P2PCallDeclined", mNotifyArgs);
- setState(STATE_ERROR);
}
else
{