summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindra/newview/llvoicechannel.cpp1
1 files changed, 1 insertions, 0 deletions
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
{