diff options
author | Geenz <geenz@geenzo.com> | 2014-09-11 17:48:08 -0400 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2014-09-11 17:48:08 -0400 |
commit | 57b17c2dcf78712db66b0b0c84997920e204262a (patch) | |
tree | c01b50ecbff124974529c1a55381d662eca07b63 /indra/newview/llinventorypanel.cpp | |
parent | 5974a8eae5c76ac27fe1879145f764294af46ab8 (diff) | |
parent | eef4acc5367a486b0c52c6ce5e1aba995fefd99c (diff) |
Merged with latest 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 a4a85e2e8d..db5be2cef5 100755 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -400,6 +400,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); |