diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-11-23 22:19:08 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-11-23 22:19:08 +0200 |
commit | 975f745b19a9869fd34ffb5599e294ef86120976 (patch) | |
tree | b41b8f6b9bd9483552adba4f687cf2c9633af1ae /indra/newview | |
parent | 082443b88fc719cb84d67039ab5ddc62847ec6b5 (diff) |
STORM-556 FIXED Don't reset search filter when docking the People SP.
As a side effect, the filter will not be reset when switching to People from another SP,
but this is consistent with all other sidepanels
(e.g. switching to Places doesn't reset its seach filter as well).
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanelpeople.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llpanelpeople.cpp b/indra/newview/llpanelpeople.cpp index 71c812efe2..9e9bc5fc1a 100644 --- a/indra/newview/llpanelpeople.cpp +++ b/indra/newview/llpanelpeople.cpp @@ -1367,9 +1367,6 @@ void LLPanelPeople::onMoreButtonClicked() void LLPanelPeople::onOpen(const LLSD& key) { std::string tab_name = key["people_panel_tab_name"]; - mFilterEditor -> clear(); - onFilterEdit(""); - if (!tab_name.empty()) mTabContainer->selectTabByName(tab_name); } |