diff options
Diffstat (limited to 'linden/indra/newview/llinventoryview.cpp')
-rw-r--r-- | linden/indra/newview/llinventoryview.cpp | 2 |
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 | ||
682 | void LLInventoryView::draw() | 682 | void 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 | ||