diff options
| -rw-r--r-- | indra/newview/llinventorymodelbackgroundfetch.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodelbackgroundfetch.cpp b/indra/newview/llinventorymodelbackgroundfetch.cpp index 0eb07523ae..26288e6b0a 100644 --- a/indra/newview/llinventorymodelbackgroundfetch.cpp +++ b/indra/newview/llinventorymodelbackgroundfetch.cpp @@ -357,6 +357,8 @@ void LLInventoryModelBackgroundFetch::scheduleFolderFetch(const LLUUID& cat_id,  {      if (mFetchFolderQueue.empty() || mFetchFolderQueue.front().mUUID != cat_id)      { +        mBackgroundFetchActive = true; +          // Specific folder requests go to front of queue.          mFetchFolderQueue.push_front(FetchQueueInfo(cat_id, forced ? FT_FORCED : FT_DEFAULT));          gIdleCallbacks.addFunction(&LLInventoryModelBackgroundFetch::backgroundFetchCB, NULL);  | 
