summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorypanel.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2015-06-05 14:51:30 -0700
committerMerov Linden <merov@lindenlab.com>2015-06-05 14:51:30 -0700
commit1d257ab53fa031db7d7adb2f4eda61c37b68b82a (patch)
treecba1abb3611a36d2050d995e65421934609f071a /indra/newview/llinventorypanel.cpp
parent5cd0e7cf9065efc8402637d25d9bdae2eba44478 (diff)
DD-290 : Add an option to filter out marketplace, use it in Recent tab
Diffstat (limited to 'indra/newview/llinventorypanel.cpp')
-rwxr-xr-xindra/newview/llinventorypanel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp
index 53cbad6301..5194cba891 100755
--- a/indra/newview/llinventorypanel.cpp
+++ b/indra/newview/llinventorypanel.cpp
@@ -1513,6 +1513,8 @@ public:
LLInventoryPanel::initFromParams(p);
// turn on inbox for recent items
getFilter().setFilterCategoryTypes(getFilter().getFilterCategoryTypes() | (1ULL << LLFolderType::FT_INBOX));
+ // turn off marketplace for recent items
+ getFilter().setFilterNoMarketplaceFolder();
}
protected: