diff options
author | Richard Nelson <none@none> | 2010-08-20 14:48:50 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-08-20 14:48:50 -0700 |
commit | 9d64b4adf5e455336cbac0ece1598e14ebe40a48 (patch) | |
tree | f0ea975ffa5f87352a47d839d4f56d16094c0cd6 /indra/newview | |
parent | c7540c6a039b107a014d89eed6c01c02aaa86335 (diff) |
DEV-52870 FIX Inventory Notification not given if first Inventory Item comes from a user sharing an object or purchase from xstreet
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewermessage.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 71dff61f41..7bf1031253 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -1889,6 +1889,8 @@ void inventory_offer_handler(LLOfferInfo* info) LLPostponedNotification::add<LLPostponedOfferNotification>(p, info->mFromID, false); } } + + LLFirstUse::newInventory(); } bool lure_callback(const LLSD& notification, const LLSD& response) |