summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationofferhandler.cpp
diff options
context:
space:
mode:
authorKent Quirk <q@lindenlab.com>2010-03-19 12:05:15 -0400
committerKent Quirk <q@lindenlab.com>2010-03-19 12:05:15 -0400
commit1e50e4a13a37a236470e088c32c40ff62d46d497 (patch)
tree08c0d4ee106f40e8f2d11ab89df83bae7a6704f4 /indra/newview/llnotificationofferhandler.cpp
parent637105e5cf346e5a88fe5820f36f6233b404d5aa (diff)
parent7d50a19d6cb46b60ba005280223522672736592d (diff)
Merge
Diffstat (limited to 'indra/newview/llnotificationofferhandler.cpp')
-rw-r--r--indra/newview/llnotificationofferhandler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llnotificationofferhandler.cpp b/indra/newview/llnotificationofferhandler.cpp
index 0a42d8adbe..e93aec9d01 100644
--- a/indra/newview/llnotificationofferhandler.cpp
+++ b/indra/newview/llnotificationofferhandler.cpp
@@ -103,6 +103,8 @@ bool LLOfferHandler::processNotification(const LLSD& notify)
}
else
{
+ notification->setReusable(LLHandlerUtil::isNotificationReusable(notification));
+
LLUUID session_id;
if (LLHandlerUtil::canSpawnIMSession(notification))
{