From fd64f21f40d1ac154dc7352a5e92c3f1932bf7a5 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Thu, 5 May 2011 10:04:43 -0700 Subject: Always show an item count in the inventory --- linden/indra/newview/llinventoryview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra') 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 ) void LLInventoryView::draw() { - if (LLInventoryModel::isEverythingFetched()) + if (!LLInventoryModel::backgroundFetchActive()) { S32 item_count = gInventory.getItemCount(); -- cgit v1.1