diff options
author | Merov Linden <merov@lindenlab.com> | 2015-03-02 22:45:23 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2015-03-02 22:45:23 -0800 |
commit | 50a5aefb6fcfd0b4c87e5d0aea6c171ae460f3a5 (patch) | |
tree | f0fb71109cc2babc85756dc0e14a2f48a03c9805 /indra | |
parent | 11d9bf65171016f8c248567dfc743f00b82e9896 (diff) |
DD-329 : Do not update listing folders before the association is completed
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llfloatermarketplacelistings.cpp | 3 |
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 { |