summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2015-03-02 22:45:23 -0800
committerMerov Linden <merov@lindenlab.com>2015-03-02 22:45:23 -0800
commit50a5aefb6fcfd0b4c87e5d0aea6c171ae460f3a5 (patch)
treef0fb71109cc2babc85756dc0e14a2f48a03c9805 /indra
parent11d9bf65171016f8c248567dfc743f00b82e9896 (diff)
DD-329 : Do not update listing folders before the association is completed
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llfloatermarketplacelistings.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.cpp b/indra/newview/llfloatermarketplacelistings.cpp
index c1664631f0..92ada398e0 100755
--- a/indra/newview/llfloatermarketplacelistings.cpp
+++ b/indra/newview/llfloatermarketplacelistings.cpp
@@ -720,9 +720,6 @@ void LLFloaterAssociateListing::apply(BOOL user_confirm)
}
// Associate the id with the user chosen folder
LLMarketplaceData::instance().associateListing(mUUID,listing_uuid,id);
- // Update the folder widgets now that the action is launched
- update_marketplace_category(listing_uuid);
- update_marketplace_category(mUUID);
}
else
{