diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-10-24 15:32:48 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-10-24 15:32:48 +0300 |
commit | 00541f49d9678840e685026b495b37445522cc0c (patch) | |
tree | a559a5f19f4e7d528ce8675b0dd2eca9e813fe5c /indra | |
parent | b1c943859bc8b6316d2f4530014f9fb0fb65e66f (diff) |
MAINT-3140 FIXED Set STATE_ERROR to show "Try again..." message, when other user declines call
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llvoicechannel.cpp | 1 |
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 { |