aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-02-26 23:20:00 -0700
committerMcCabe Maxsted2009-02-26 23:20:00 -0700
commitd3a0a5e4ed95496be2228a5772049806c00c440f (patch)
treeb81c92af11b076dba2e6a2e2db91c800af9d6168 /linden
parentFixed bad LM patch side-effect (diff)
parentLikely fix for inventory folders re-opening. [#98] (diff)
downloadmeta-impy-d3a0a5e4ed95496be2228a5772049806c00c440f.zip
meta-impy-d3a0a5e4ed95496be2228a5772049806c00c440f.tar.gz
meta-impy-d3a0a5e4ed95496be2228a5772049806c00c440f.tar.bz2
meta-impy-d3a0a5e4ed95496be2228a5772049806c00c440f.tar.xz
merged in jacek/next
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/llinventoryview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llinventoryview.cpp b/linden/indra/newview/llinventoryview.cpp
index 1e16b92..a318f5d 100644
--- a/linden/indra/newview/llinventoryview.cpp
+++ b/linden/indra/newview/llinventoryview.cpp
@@ -1125,7 +1125,7 @@ void LLInventoryView::onQuickFilterCommit(LLUICtrl* ctrl, void* user_data)
1125 else if (view->getString("filter_type_all") == item_type) 1125 else if (view->getString("filter_type_all") == item_type)
1126 { 1126 {
1127 // Show all types 1127 // Show all types
1128 filter_type = 0xffffffff; 1128 filter_type = LLInventoryType::NIT_ALL;
1129 } 1129 }
1130 1130
1131 else 1131 else