diff options
author | Merov Linden <merov@lindenlab.com> | 2014-09-08 13:35:29 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-09-08 13:35:29 -0700 |
commit | abacb1bfaa4359350dcff7ef24ade49144704df0 (patch) | |
tree | 0caf215b28d882a7238363279569dc5fef4e059c /indra/newview/llinventorypanel.cpp | |
parent | 9fd904220bb304a7827d255dc4c03c35ffdc945e (diff) | |
parent | eef4acc5367a486b0c52c6ce5e1aba995fefd99c (diff) |
Pull merge from lindenlab/viewer-release
Diffstat (limited to 'indra/newview/llinventorypanel.cpp')
-rwxr-xr-x | indra/newview/llinventorypanel.cpp | 5 |
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); |