summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorypanel.cpp
diff options
context:
space:
mode:
authormaksymsproductengine <maksymsproductengine@lindenlab.com>2014-09-09 21:42:26 +0300
committermaksymsproductengine <maksymsproductengine@lindenlab.com>2014-09-09 21:42:26 +0300
commitb1c5edc5135b4ade68b0aa839506ea013dc2f40d (patch)
tree3707f94a8e5b78ca2b02f7e744c32798b8c8e20c /indra/newview/llinventorypanel.cpp
parent19ce74567954d5b234cb931f7faa5fe58037c513 (diff)
parenteef4acc5367a486b0c52c6ce5e1aba995fefd99c (diff)
Merge viewer-release and become version 3.7.16
Diffstat (limited to 'indra/newview/llinventorypanel.cpp')
-rwxr-xr-xindra/newview/llinventorypanel.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp
index ce7d4f50ad..e18ecd2e2a 100755
--- a/indra/newview/llinventorypanel.cpp
+++ b/indra/newview/llinventorypanel.cpp
@@ -402,6 +402,11 @@ void LLInventoryPanel::setHoursAgo(U32 hours)
getFilter().setHoursAgo(hours);
}
+void LLInventoryPanel::setDateSearchDirection(U32 direction)
+{
+ getFilter().setDateSearchDirection(direction);
+}
+
void LLInventoryPanel::setFilterLinks(U64 filter_links)
{
getFilter().setFilterLinks(filter_links);