diff options
| author | Eli Linden <eli@lindenlab.com> | 2010-04-14 14:49:52 -0700 |
|---|---|---|
| committer | Eli Linden <eli@lindenlab.com> | 2010-04-14 14:49:52 -0700 |
| commit | 9312f2f4744d75179e8ff392071cc1af99c0b57e (patch) | |
| tree | 6c362ebf03ee68c93124272ba5632b6a05b5f3b8 /indra/newview/llstartup.cpp | |
| parent | c7fa24ea86ca2a02b4797328cbb9f2c03d8c6ee2 (diff) | |
| parent | 8dd62863092b10e012db20e818e72b53fd2ed84a (diff) | |
Merge
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index c7eb9320e4..27b8ff0628 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1770,7 +1770,8 @@ bool idle_startup() } } // no need to add gesture to inventory observer, it's already made in constructor - LLGestureMgr::instance().fetch(item_ids); + LLGestureMgr::instance().setFetchIDs(item_ids); + LLGestureMgr::instance().startFetch(); } } gDisplaySwapBuffers = TRUE; |
