aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llinventoryview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llinventoryview.cpp')
-rw-r--r--linden/indra/newview/llinventoryview.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llinventoryview.cpp b/linden/indra/newview/llinventoryview.cpp
index efd2aae..be07630 100644
--- a/linden/indra/newview/llinventoryview.cpp
+++ b/linden/indra/newview/llinventoryview.cpp
@@ -1103,6 +1103,10 @@ void LLInventoryView::onQuickFilterCommit(LLUICtrl* ctrl, void* user_data)
1103 1103
1104 view->mActivePanel->setFilterTypes( filter_type ); 1104 view->mActivePanel->setFilterTypes( filter_type );
1105 1105
1106 // Start fetching inventory in the background, so we have
1107 // some items to show the user.
1108 gInventory.startBackgroundFetch();
1109
1106 // Update the Inventory window text 1110 // Update the Inventory window text
1107 view->setFilterTextFromFilter(); 1111 view->setFilterTextFromFilter();
1108 1112