diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-25 16:41:34 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-25 16:41:34 +0200 |
commit | fc0019a338a6cf8a4ad1c44854b5c64545a261de (patch) | |
tree | ce486aa5bb3780780a9ef315ab66b3ad3d87b935 /indra/newview/llnotificationofferhandler.cpp | |
parent | 91a84107576d8d527cf152eda32a9b7091e17e01 (diff) | |
parent | 40d89ae418be2c43903955f1ee4dfbf05e38576c (diff) |
Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llnotificationofferhandler.cpp')
-rw-r--r-- | indra/newview/llnotificationofferhandler.cpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/indra/newview/llnotificationofferhandler.cpp b/indra/newview/llnotificationofferhandler.cpp index 4d64c5c0e4..5861a802e9 100644 --- a/indra/newview/llnotificationofferhandler.cpp +++ b/indra/newview/llnotificationofferhandler.cpp @@ -111,16 +111,7 @@ bool LLOfferHandler::processNotification(const LLSD& notify) LLUUID from_id = notification->getPayload()["from_id"]; - LLUUID session_id = LLIMMgr::computeSessionID( - IM_NOTHING_SPECIAL, from_id); - - LLIMModel::LLIMSession* session = - LLIMModel::instance().findIMSession(session_id); - if (session == NULL) - { - LLIMMgr::instance().addSession(name, IM_NOTHING_SPECIAL, - from_id); - } + LLHandlerUtil::spawnIMSession(name, from_id); } if (notification->getPayload().has("SUPPRES_TOST") |