From 396ed2a3407bca1322bdc1f87e2caee8e0b0398e Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Thu, 11 Jun 2015 12:05:38 -0700 Subject: DD-416 : Fix deactivate listing that I broke in trying to improve speed with the previous DD-416 commit --- indra/newview/llinventorybridge.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 48e5602682..0d76705905 100755 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -3228,7 +3228,7 @@ void LLFolderBridge::performAction(LLInventoryModel* model, std::string action) if (depth_nesting_in_marketplace(mUUID) == 2) { LLInventoryCategory* category = gInventory.getCategory(mUUID); - LLMarketplaceData::instance().setVersionFolder(category->getParentUUID(), LLUUID::null, 2); + LLMarketplaceData::instance().setVersionFolder(category->getParentUUID(), LLUUID::null, 1); } return; } -- cgit v1.2.3