From 1d9dec5bde0f1564a6681b5037f46b0294333612 Mon Sep 17 00:00:00 2001 From: Mnikolenko ProductEngine Date: Thu, 6 Feb 2014 12:43:58 +0200 Subject: MAINT-3657 FIXED Don't change state when other user declines call. --- indra/newview/llvoicechannel.cpp | 1 - 1 file changed, 1 deletion(-) 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