summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationscripthandler.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-09-21 09:34:56 -0700
committerRichard Linden <none@none>2010-09-21 09:34:56 -0700
commite07c373bd4aef00aaa30735f722ed1b681a5d060 (patch)
tree9a6997cebf80289d275758c6c9c2007f3fbfad98 /indra/newview/llnotificationscripthandler.cpp
parenta20a98454de522eba4da17881b85a0f16bb3c116 (diff)
parent71259fcccbfa834eab35eb3e98a7afc93786b32f (diff)
merge
Diffstat (limited to 'indra/newview/llnotificationscripthandler.cpp')
-rw-r--r--indra/newview/llnotificationscripthandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnotificationscripthandler.cpp b/indra/newview/llnotificationscripthandler.cpp
index b4d28bb346..45590c3cdb 100644
--- a/indra/newview/llnotificationscripthandler.cpp
+++ b/indra/newview/llnotificationscripthandler.cpp
@@ -130,7 +130,7 @@ bool LLScriptHandler::processNotification(const LLSD& notify)
mChannel->killToastByNotificationID(notification->getID());
}
}
- return true;
+ return false;
}
//--------------------------------------------------------------------------