diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-05-05 21:10:51 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-05-05 21:10:51 +0300 |
commit | 140c576c37e365bd1a616ae6eca1b7ce9f77ffab (patch) | |
tree | 81e069b31fb25893cc3d8012116a66380455075d /indra/newview/llviewerinventory.cpp | |
parent | f73f2c410e12abc2ccf3e0ae2719111cb285962a (diff) | |
parent | e2e329b2e22dbab52d12ff309fb78533cb52c8e9 (diff) |
Merge from default branch (first sync with dessie/viewer-public).
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llviewerinventory.cpp')
-rw-r--r-- | indra/newview/llviewerinventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp index b39ee8b2e0..ed3d6a0464 100644 --- a/indra/newview/llviewerinventory.cpp +++ b/indra/newview/llviewerinventory.cpp @@ -587,7 +587,7 @@ bool LLViewerInventoryCategory::fetch() std::string url = gAgent.getRegion()->getCapability("WebFetchInventoryDescendents"); if (!url.empty()) //Capability found. Build up LLSD and use it. { - LLInventoryModelBackgroundFetch::instance().start(mUUID); + LLInventoryModelBackgroundFetch::instance().start(mUUID, false); } else { //Deprecated, but if we don't have a capability, use the old system. |