diff options
author | Merov Linden <merov@lindenlab.com> | 2015-06-11 12:05:38 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2015-06-11 12:05:38 -0700 |
commit | 396ed2a3407bca1322bdc1f87e2caee8e0b0398e (patch) | |
tree | 5d159956cf90b5c5b1caa9e570908816b27dcdd5 /indra/newview/llinventorybridge.cpp | |
parent | 91c6f7a352b01cceac4bbd8cda5d2bed7435f388 (diff) |
DD-416 : Fix deactivate listing that I broke in trying to improve speed with the previous DD-416 commit
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rwxr-xr-x | indra/newview/llinventorybridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |