diff options
author | Armin Weatherwax | 2009-09-20 18:16:34 +0200 |
---|---|---|
committer | Armin Weatherwax | 2009-09-20 18:16:34 +0200 |
commit | 1ac7c862cea41932f86575094fa045a1b5d92ec3 (patch) | |
tree | 473b725ce46c06e563b7edc16b23ef904b4c560a /linden/indra | |
parent | Fixed unhandled exception in llviewerobjectlist.cpp (diff) | |
download | meta-impy-1ac7c862cea41932f86575094fa045a1b5d92ec3.zip meta-impy-1ac7c862cea41932f86575094fa045a1b5d92ec3.tar.gz meta-impy-1ac7c862cea41932f86575094fa045a1b5d92ec3.tar.bz2 meta-impy-1ac7c862cea41932f86575094fa045a1b5d92ec3.tar.xz |
Fixed unhandled exception in llinventorymodel.cpp
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/llinventorymodel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llinventorymodel.cpp b/linden/indra/newview/llinventorymodel.cpp index 490000f..69c7377 100644 --- a/linden/indra/newview/llinventorymodel.cpp +++ b/linden/indra/newview/llinventorymodel.cpp | |||
@@ -1499,6 +1499,8 @@ void LLInventoryModel::stopBackgroundFetch() | |||
1499 | //static | 1499 | //static |
1500 | void LLInventoryModel::backgroundFetch(void*) | 1500 | void LLInventoryModel::backgroundFetch(void*) |
1501 | { | 1501 | { |
1502 | if (gDisconnected) | ||
1503 | return; | ||
1502 | if (sBackgroundFetchActive) | 1504 | if (sBackgroundFetchActive) |
1503 | { | 1505 | { |
1504 | //If we'll be using the capability, we'll be sending batches and the background thing isn't as important. | 1506 | //If we'll be using the capability, we'll be sending batches and the background thing isn't as important. |