diff options
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 27ece8422e..8ee32575e7 100644 --- a/indra/newview/llnotificationscripttextboxhandler.cpp +++ b/indra/newview/llnotificationscripttextboxhandler.cpp @@ -131,7 +131,7 @@ bool LLScriptTextboxHandler::processNotification(const LLSD& notify) mChannel->killToastByNotificationID(notification->getID()); } } - return true; + return false; } //-------------------------------------------------------------------------- |