From 50a5aefb6fcfd0b4c87e5d0aea6c171ae460f3a5 Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Mon, 2 Mar 2015 22:45:23 -0800 Subject: DD-329 : Do not update listing folders before the association is completed --- indra/newview/llfloatermarketplacelistings.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'indra/newview') 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 { -- cgit v1.2.3