diff options
| author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-01 17:56:25 +0200 |
|---|---|---|
| committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-01 17:56:25 +0200 |
| commit | 07f46a671334ce280d82bf726681c6a7dd9239cc (patch) | |
| tree | 95d89c10fc86737e12356941cb2f68150af4122b /indra/newview/llimview.cpp | |
| parent | 573f146b7b69e70cd1e509cf50a6253355aa70be (diff) | |
| parent | 32887cdc5407c7ced2d030cc8423fb0ab688170f (diff) | |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimview.cpp')
| -rw-r--r-- | indra/newview/llimview.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index be719c0a78..c5c412d4ee 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -1348,7 +1348,8 @@ void LLIncomingCallDialog::processCallResponse(S32 response) session_id = gIMMgr->addP2PSession( mPayload["session_name"].asString(), mPayload["caller_id"].asUUID(), - mPayload["session_handle"].asString()); + mPayload["session_handle"].asString(), + mPayload["session_uri"].asString()); if (voice) { |
