diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-27 13:36:07 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-27 13:36:07 +0100 |
commit | 7cd8557ff7008580eedda5b5131a2632dbe6206b (patch) | |
tree | e1be216d64b522b4dabb8b6c1651bb6849f31333 /indra/newview/llnotificationscripttextboxhandler.cpp | |
parent | 35ed687f795b23d137fe242a781f7fdf4953fd2c (diff) |
hacky hacky to figure out the call flow.
Diffstat (limited to 'indra/newview/llnotificationscripttextboxhandler.cpp')
-rw-r--r-- | indra/newview/llnotificationscripttextboxhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnotificationscripttextboxhandler.cpp b/indra/newview/llnotificationscripttextboxhandler.cpp index 8ee32575e7..9556501c42 100644 --- a/indra/newview/llnotificationscripttextboxhandler.cpp +++ b/indra/newview/llnotificationscripttextboxhandler.cpp @@ -96,7 +96,7 @@ bool LLScriptTextboxHandler::processNotification(const LLSD& notify) LLHandlerUtil::logToIMP2P(notification); } - if(SCRIPT_DIALOG == notification->getName() || SCRIPT_DIALOG_GROUP == notification->getName() || SCRIPT_LOAD_URL == notification->getName()) + if(0)//(SCRIPT_DIALOG == notification->getName() || SCRIPT_DIALOG_GROUP == notification->getName() || SCRIPT_LOAD_URL == notification->getName()) { LLScriptFloaterManager::getInstance()->onAddNotification(notification->getID()); } |