aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-05-05 10:04:43 -0700
committerMcCabe Maxsted2011-06-08 22:05:24 -0700
commitfd64f21f40d1ac154dc7352a5e92c3f1932bf7a5 (patch)
treefc493a5ceb77db20512c44898285f2dfd2e2818e /linden/indra
parentFixed inventory not background fetching on startup when inventory window was ... (diff)
downloadmeta-impy-fd64f21f40d1ac154dc7352a5e92c3f1932bf7a5.zip
meta-impy-fd64f21f40d1ac154dc7352a5e92c3f1932bf7a5.tar.gz
meta-impy-fd64f21f40d1ac154dc7352a5e92c3f1932bf7a5.tar.bz2
meta-impy-fd64f21f40d1ac154dc7352a5e92c3f1932bf7a5.tar.xz
Always show an item count in the inventory
Diffstat (limited to 'linden/indra')
-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