diff options
author | Armin Weatherwax | 2009-09-20 18:16:34 +0200 |
---|---|---|
committer | McCabe Maxsted | 2009-09-21 21:59:36 -0700 |
commit | 23832e9ebace0d9164dbb3bf532806e5f982bea0 (patch) | |
tree | bfeecf963e2aba8f44847f695ab56c813712534f /linden/indra/newview/llinventorymodel.cpp | |
parent | Henri Beauchamps $HOME as default load/save location for Linux (diff) | |
download | meta-impy-23832e9ebace0d9164dbb3bf532806e5f982bea0.zip meta-impy-23832e9ebace0d9164dbb3bf532806e5f982bea0.tar.gz meta-impy-23832e9ebace0d9164dbb3bf532806e5f982bea0.tar.bz2 meta-impy-23832e9ebace0d9164dbb3bf532806e5f982bea0.tar.xz |
Fixed unhandled exception in llinventorymodel.cpp
Diffstat (limited to 'linden/indra/newview/llinventorymodel.cpp')
-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 e662058..324e36a 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 && gAgent.getRegion()) | 1504 | if (sBackgroundFetchActive && gAgent.getRegion()) |
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. |