summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-02-09 17:14:57 -0800
committerRichard Linden <none@none>2012-02-09 17:14:57 -0800
commitef81320c3198e8f63eddeeecd99799747acfe3f9 (patch)
tree816ce0df7ef35c308414953798c92be5e4ee1771 /indra/newview/llpanelmaininventory.cpp
parentb72f1b59e8b673d9834bf18a466ec38e40650511 (diff)
parentaa345bd8f3844bdc2c5318d14b26343b91e6e573 (diff)
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience/
Diffstat (limited to 'indra/newview/llpanelmaininventory.cpp')
-rw-r--r--indra/newview/llpanelmaininventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp
index 374afb90be..c3c62920d3 100644
--- a/indra/newview/llpanelmaininventory.cpp
+++ b/indra/newview/llpanelmaininventory.cpp
@@ -567,7 +567,7 @@ void LLPanelMainInventory::updateItemcountText()
std::string text = "";
- if (LLInventoryModelBackgroundFetch::instance().backgroundFetchActive())
+ if (LLInventoryModelBackgroundFetch::instance().folderFetchActive())
{
text = getString("ItemcountFetching", string_args);
}