diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-01-27 11:21:34 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-01-27 11:21:34 +0200 |
commit | b4448cf2eb8f9e5c6305152190a8ef5957978710 (patch) | |
tree | 7d37d233cf0a5a725c57eaafba7355cd0edbf3d7 /indra | |
parent | f27438b1c68025fe1414c35fb120ce852dcb31bc (diff) |
MAINT-3657 FIXED Don't change state when other user declines call.
Diffstat (limited to 'indra')
-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 { |