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
29385890
Commit
29385890
authored
12 years ago
by
Don Kjer
Browse files
Options
Downloads
Plain Diff
Merge lindenlab/viewer-development => don_linden/viewer-horde-fixes
parents
bc251721
9298b1ab
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.hgtags
+1
-0
1 addition, 0 deletions
.hgtags
indra/newview/llappearancemgr.cpp
+5
-4
5 additions, 4 deletions
indra/newview/llappearancemgr.cpp
with
6 additions
and
4 deletions
.hgtags
+
1
−
0
View file @
29385890
...
...
@@ -327,6 +327,7 @@ fdcc08a4f20ae9bb060f4693c8980d216534efdf 3.3.3-beta2
af5f3e43e6e4424b1da19d9e16f6b853a7b822ed DRTVWR-169
4b3c68199a86cabaa5d9466d7b0f7e141e901d7a 3.3.3-beta3
6428242e124b523813bfaf4c45b3d422f0298c81 3.3.3-release
57d221de3df94f90b55204313c2cef044a3c0ae2 DRTVWR-176
09ef7fd1b0781f33b8a3a9af6236b7bcb4831910 DRTVWR-170
005dfe5c4c377207d065fb27858d2eb0b53b143a DRTVWR-167
f87bfbe0b62d26f451d02a47c80ebef6b9168fc2 3.3.4-beta1
...
...
This diff is collapsed.
Click to expand it.
indra/newview/llappearancemgr.cpp
+
5
−
4
View file @
29385890
...
...
@@ -229,12 +229,13 @@ LLUpdateAppearanceOnDestroy::LLUpdateAppearanceOnDestroy(bool update_base_outfit
LLUpdateAppearanceOnDestroy
::~
LLUpdateAppearanceOnDestroy
()
{
LL_INFOS
(
"Avatar"
)
<<
self_av_string
()
<<
"done update appearance on destroy"
<<
LL_ENDL
;
selfStopPhase
(
"update_appearance_on_destroy"
);
if
(
!
LLApp
::
isExiting
())
{
// speculative fix for MAINT-1150
LL_INFOS
(
"Avatar"
)
<<
self_av_string
()
<<
"done update appearance on destroy"
<<
LL_ENDL
;
selfStopPhase
(
"update_appearance_on_destroy"
);
LLAppearanceMgr
::
instance
().
updateAppearanceFromCOF
(
mUpdateBaseOrder
);
}
}
...
...
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