diff options
author | Jonathan Yap <jhwelch@gmail.com> | 2014-06-05 17:06:59 -0400 |
---|---|---|
committer | Jonathan Yap <jhwelch@gmail.com> | 2014-06-05 17:06:59 -0400 |
commit | 4da7f68549f531a6bec3643727cc68fb29a00bfa (patch) | |
tree | dbcf9af2e55788a68d7819c0d547ae775b47005a /indra/newview/llinventorypanel.cpp | |
parent | 644ca6a0f8a7759119814f88df93b8e838321a12 (diff) |
VWR-25689 Support 'older than' when inventory filtering
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 e74e58015a..1a3710afe7 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); |