diff options
author | Merov Linden <merov@lindenlab.com> | 2014-10-23 19:45:48 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-10-23 19:45:48 -0700 |
commit | b2c7fb9aeead8d1c549c0bb96a9a986686a1211d (patch) | |
tree | f172ff41ccf437fbc988a4f900ee8cc9710cfd18 /indra/newview/llmarketplacefunctions.cpp | |
parent | f99dbd9be0f631ee9135ac89d8322c359711d626 (diff) |
DD-224, DD-246 : Clean up code when receiving delete notification. Display DAMA alert when associating listing
Diffstat (limited to 'indra/newview/llmarketplacefunctions.cpp')
-rwxr-xr-x | indra/newview/llmarketplacefunctions.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llmarketplacefunctions.cpp b/indra/newview/llmarketplacefunctions.cpp index 5e4615dbda..ea2364ef86 100755 --- a/indra/newview/llmarketplacefunctions.cpp +++ b/indra/newview/llmarketplacefunctions.cpp @@ -531,6 +531,9 @@ public: // Add the new association LLMarketplaceData::instance().addListing(folder_id,listing_id,version_id,is_listed); LLMarketplaceData::instance().setListingURL(folder_id, edit_url); + + // Alert with DAMA informing the user that a version folder must be designated + LLNotificationsUtil::add("AlertMerchantAssociateNeedsVersion"); it++; } |