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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llinventoryview.cpp b/linden/indra/newview/llinventoryview.cpp
index f8fb439..ec14cb3 100644
--- a/linden/indra/newview/llinventoryview.cpp
+++ b/linden/indra/newview/llinventoryview.cpp
@@ -681,7 +681,7 @@ LLInventoryView::~LLInventoryView( void )
681 681
682void LLInventoryView::draw() 682void LLInventoryView::draw()
683{ 683{
684 if (LLInventoryModel::isEverythingFetched()) 684 if (!LLInventoryModel::backgroundFetchActive())
685 { 685 {
686 S32 item_count = gInventory.getItemCount(); 686 S32 item_count = gInventory.getItemCount();
687 687