summaryrefslogtreecommitdiff
path: root/indra/newview/llmarketplacefunctions.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-10-23 19:45:48 -0700
committerMerov Linden <merov@lindenlab.com>2014-10-23 19:45:48 -0700
commitb2c7fb9aeead8d1c549c0bb96a9a986686a1211d (patch)
treef172ff41ccf437fbc988a4f900ee8cc9710cfd18 /indra/newview/llmarketplacefunctions.cpp
parentf99dbd9be0f631ee9135ac89d8322c359711d626 (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-xindra/newview/llmarketplacefunctions.cpp3
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++;
}