diff options
author | Jacek Antonelli | 2008-12-09 23:57:38 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-09 23:57:38 -0600 |
commit | 1efe949d212b8e6f088a22ce3dac403347446b2d (patch) | |
tree | 57a25d69e008cc3dccd9f92edfefa598eed28670 /linden/indra | |
parent | Refresh filter text when quick filter changes. (diff) | |
download | meta-impy-1efe949d212b8e6f088a22ce3dac403347446b2d.zip meta-impy-1efe949d212b8e6f088a22ce3dac403347446b2d.tar.gz meta-impy-1efe949d212b8e6f088a22ce3dac403347446b2d.tar.bz2 meta-impy-1efe949d212b8e6f088a22ce3dac403347446b2d.tar.xz |
Start fetching inventory when quick filter changes.
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/llinventoryview.cpp | 4 |
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 | ||