From 00541f49d9678840e685026b495b37445522cc0c Mon Sep 17 00:00:00 2001 From: Mnikolenko ProductEngine Date: Thu, 24 Oct 2013 15:32:48 +0300 Subject: MAINT-3140 FIXED Set STATE_ERROR to show "Try again..." message, when other user declines call --- indra/newview/llvoicechannel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llvoicechannel.cpp b/indra/newview/llvoicechannel.cpp index ac2a34ba1e..665892a615 100755 --- a/indra/newview/llvoicechannel.cpp +++ b/indra/newview/llvoicechannel.cpp @@ -790,6 +790,7 @@ void LLVoiceChannelP2P::handleStatusChange(EStatusType type) { // other user declined call LLNotificationsUtil::add("P2PCallDeclined", mNotifyArgs); + setState(STATE_ERROR); } else { -- cgit v1.2.3