aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfolderview.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-09 20:50:25 -0600
committerJacek Antonelli2008-12-09 20:50:25 -0600
commit781ea91481e483c14b0d7a2846983c45484f4446 (patch)
tree7da4c3dd6f9ca862c69b6fa55c758aed19114190 /linden/indra/newview/llfolderview.cpp
parentUpdated Inventory window filter text generation. (diff)
downloadmeta-impy-781ea91481e483c14b0d7a2846983c45484f4446.zip
meta-impy-781ea91481e483c14b0d7a2846983c45484f4446.tar.gz
meta-impy-781ea91481e483c14b0d7a2846983c45484f4446.tar.bz2
meta-impy-781ea91481e483c14b0d7a2846983c45484f4446.tar.xz
Refactored; added LLInventoryFilter::rebuildFilterText().
Diffstat (limited to 'linden/indra/newview/llfolderview.cpp')
-rw-r--r--linden/indra/newview/llfolderview.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/llfolderview.cpp b/linden/indra/newview/llfolderview.cpp
index 2c5be34..58d0c42 100644
--- a/linden/indra/newview/llfolderview.cpp
+++ b/linden/indra/newview/llfolderview.cpp
@@ -4812,6 +4812,11 @@ std::string LLInventoryFilter::getFilterText()
4812 return mFilterText; 4812 return mFilterText;
4813 } 4813 }
4814 4814
4815 return rebuildFilterText();
4816}
4817
4818std::string LLInventoryFilter::rebuildFilterText()
4819{
4815 mNeedTextRebuild = FALSE; 4820 mNeedTextRebuild = FALSE;
4816 std::string filtered_types; 4821 std::string filtered_types;
4817 std::string not_filtered_types; 4822 std::string not_filtered_types;