diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-02-06 12:43:58 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-02-06 12:43:58 +0200 |
commit | 1d9dec5bde0f1564a6681b5037f46b0294333612 (patch) | |
tree | 6f8278b2038db54ecba5e619f7049148c1295a73 | |
parent | c938d156aa85a631a88fd90f34871eac27dd3a38 (diff) |
MAINT-3657 FIXED Don't change state when other user declines call.
-rwxr-xr-x | indra/newview/llvoicechannel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |