diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-30 18:15:09 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-30 18:15:09 +0200 |
commit | 0c828289c04a9783eab72d2e9f77903f96f2bc62 (patch) | |
tree | e47ea6fc2f8cbfd3e1994030afabe62df549cff6 /indra/newview/llnotificationscripthandler.cpp | |
parent | d5152b3ea7acfefc56d648d1581fc541fd7d2ea6 (diff) |
renamed LLHandlerUtil::logToIM to LLHandlerUtil::logToIMP2P;
avoided IM-toast popup when adding message to session;
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llnotificationscripthandler.cpp')
-rw-r--r-- | indra/newview/llnotificationscripthandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnotificationscripthandler.cpp b/indra/newview/llnotificationscripthandler.cpp index 6f91b6e58b..c7261199e3 100644 --- a/indra/newview/llnotificationscripthandler.cpp +++ b/indra/newview/llnotificationscripthandler.cpp @@ -98,7 +98,7 @@ bool LLScriptHandler::processNotification(const LLSD& notify) { if (LLHandlerUtil::canLogToIM(notification)) { - LLHandlerUtil::logToIM(notification); + LLHandlerUtil::logToIMP2P(notification); } if(SCRIPT_DIALOG == notification->getName() || SCRIPT_DIALOG_GROUP == notification->getName() || SCRIPT_LOAD_URL == notification->getName()) |