Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
JennaHuntsman
XDG Integration
Commits
ee88ebf9
Commit
ee88ebf9
authored
4 years ago
by
Andrey Kleshchev
Browse files
Options
Downloads
Patches
Plain Diff
SL-13029 Fixed load order
parent
483c459e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/newview/llenvironment.cpp
+0
-2
0 additions, 2 deletions
indra/newview/llenvironment.cpp
indra/newview/llstartup.cpp
+5
-1
5 additions, 1 deletion
indra/newview/llstartup.cpp
with
5 additions
and
3 deletions
indra/newview/llenvironment.cpp
+
0
−
2
View file @
ee88ebf9
...
...
@@ -851,8 +851,6 @@ void LLEnvironment::initSingleton()
}
LLEventPumps
::
instance
().
obtain
(
PUMP_EXPERIENCE
).
listen
(
LISTENER_NAME
,
[
this
](
LLSD
message
)
{
listenExperiencePump
(
message
);
return
false
;
});
loadFromSettings
();
}
void
LLEnvironment
::
cleanupSingleton
()
...
...
This diff is collapsed.
Click to expand it.
indra/newview/llstartup.cpp
+
5
−
1
View file @
ee88ebf9
...
...
@@ -1878,7 +1878,11 @@ bool idle_startup()
}
display_startup
();
// Load stored local environment if needed. Only should be done once at least
// initial region data got loaded to avoid race condition with region's environment
LLEnvironment
::
instance
().
loadFromSettings
();
// *TODO : Uncomment that line once the whole grid migrated to SLM and suppress it from LLAgent::handleTeleportFinished() (llagent.cpp)
//check_merchant_status();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment