summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorypanel.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-09-08 13:35:29 -0700
committerMerov Linden <merov@lindenlab.com>2014-09-08 13:35:29 -0700
commitabacb1bfaa4359350dcff7ef24ade49144704df0 (patch)
tree0caf215b28d882a7238363279569dc5fef4e059c /indra/newview/llinventorypanel.cpp
parent9fd904220bb304a7827d255dc4c03c35ffdc945e (diff)
parenteef4acc5367a486b0c52c6ce5e1aba995fefd99c (diff)
Pull merge from lindenlab/viewer-release
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 4a25656090..07a1c19639 100755
--- a/indra/newview/llinventorypanel.cpp
+++ b/indra/newview/llinventorypanel.cpp
@@ -406,6 +406,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);