From b4448cf2eb8f9e5c6305152190a8ef5957978710 Mon Sep 17 00:00:00 2001
From: Mnikolenko ProductEngine <mnikolenko@productengine.com>
Date: Mon, 27 Jan 2014 11:21:34 +0200
Subject: MAINT-3657 FIXED Don't change state when other user declines call.

---
 indra/newview/llvoicechannel.cpp | 1 -
 1 file changed, 1 deletion(-)

(limited to 'indra/newview')

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
 			{
-- 
cgit v1.2.3