summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-08-20 14:48:50 -0700
committerRichard Nelson <none@none>2010-08-20 14:48:50 -0700
commit9d64b4adf5e455336cbac0ece1598e14ebe40a48 (patch)
treef0ea975ffa5f87352a47d839d4f56d16094c0cd6 /indra/newview
parentc7540c6a039b107a014d89eed6c01c02aaa86335 (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.cpp2
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)