diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-02-25 20:53:11 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-02-25 20:53:11 +0200 |
commit | 94bbaa43cc7bfc82ce1cb366deaabc868b8537c5 (patch) | |
tree | a309dc48cf7862fb55d3ac78c57cb0da98e032f4 /indra/newview | |
parent | 3a9923bb87b8308257a428744ea1123977155767 (diff) |
Less code duplication.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanelmaininventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index bca18ae345..50cfc7d177 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -435,7 +435,7 @@ void LLPanelMainInventory::onFilterEdit(const std::string& search_string ) } // set new filter string - mActivePanel->setFilterSubString(mFilterSubString); + setFilterSubString(mFilterSubString); } |