diff options
author | Aura Linden <aura@lindenlab.com> | 2014-09-08 14:07:39 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2014-09-08 14:07:39 -0700 |
commit | b33657f3a743398082d7f3ba3f389a21e4b6fd6e (patch) | |
tree | 937784761f0fbbc54df2e7af429e8fdd6e394434 /indra/newview/llinventorypanel.cpp | |
parent | e44dfc0a4eb2c1dc63592f8ced7e35debbbf6238 (diff) | |
parent | eef4acc5367a486b0c52c6ce5e1aba995fefd99c (diff) |
Pulled merge from 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); |