diff options
author | McCabe Maxsted | 2009-01-12 13:23:47 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-01-12 13:23:47 -0700 |
commit | 17fa13f1c96ce7f4d3ea58ecd55e7efa0d393b6c (patch) | |
tree | e434bed1acb30ce3409a3a2e245f96af43682d79 /linden/indra/newview/llstartup.cpp | |
parent | Various pie menu improvements. (diff) | |
parent | Added inventory changes for one method of inventory loss and upcoming new inv... (diff) | |
download | meta-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.cpp | 3 |
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; |