aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-01-12 13:23:47 -0700
committerMcCabe Maxsted2009-01-12 13:23:47 -0700
commit17fa13f1c96ce7f4d3ea58ecd55e7efa0d393b6c (patch)
treee434bed1acb30ce3409a3a2e245f96af43682d79 /linden/indra/newview/llstartup.cpp
parentVarious pie menu improvements. (diff)
parentAdded inventory changes for one method of inventory loss and upcoming new inv... (diff)
downloadmeta-impy-17fa13f1c96ce7f4d3ea58ecd55e7efa0d393b6c.zip
meta-impy-17fa13f1c96ce7f4d3ea58ecd55e7efa0d393b6c.tar.gz
meta-impy-17fa13f1c96ce7f4d3ea58ecd55e7efa0d393b6c.tar.bz2
meta-impy-17fa13f1c96ce7f4d3ea58ecd55e7efa0d393b6c.tar.xz
Added inventory changes to fix one method of inventory loss.
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r--linden/indra/newview/llstartup.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp
index c863d19..84a5ecd 100644
--- a/linden/indra/newview/llstartup.cpp
+++ b/linden/indra/newview/llstartup.cpp
@@ -2285,6 +2285,9 @@ bool idle_startup()
2285 } 2285 }
2286 } 2286 }
2287 2287
2288 //DEV-17797. get null folder. Any items found here moved to Lost and Found
2289 LLInventoryModel::findLostItems();
2290
2288 LLStartUp::setStartupState( STATE_PRECACHE ); 2291 LLStartUp::setStartupState( STATE_PRECACHE );
2289 timeout.reset(); 2292 timeout.reset();
2290 return FALSE; 2293 return FALSE;