summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2013-10-24 15:32:48 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2013-10-24 15:32:48 +0300
commit00541f49d9678840e685026b495b37445522cc0c (patch)
treea559a5f19f4e7d528ce8675b0dd2eca9e813fe5c
parentb1c943859bc8b6316d2f4530014f9fb0fb65e66f (diff)
MAINT-3140 FIXED Set STATE_ERROR to show "Try again..." message, when other user declines call
-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
{