diff options
author | Josh Bell <josh@lindenlab.com> | 2007-12-21 17:10:57 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2007-12-21 17:10:57 +0000 |
commit | 9d0d9f786046fbc866be37ea772a0e7a49080da3 (patch) | |
tree | 23a032a4d434e81ce6ecda13c3866280250e6487 /indra/newview/llpanelavatar.cpp | |
parent | df4d167cd13fd89a85e4d30dca94e40c934707d7 (diff) |
svn merge -r76302:76346 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-18-6-Viewer
Backport a few more fixes
Diffstat (limited to 'indra/newview/llpanelavatar.cpp')
-rw-r--r-- | indra/newview/llpanelavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelavatar.cpp b/indra/newview/llpanelavatar.cpp index 8058ab9595..08c33cb744 100644 --- a/indra/newview/llpanelavatar.cpp +++ b/indra/newview/llpanelavatar.cpp @@ -1829,7 +1829,7 @@ void LLPanelAvatar::processAvatarPropertiesReply(LLMessageSystem *msg, void**) identified = (flags & AVATAR_IDENTIFIED); transacted = (flags & AVATAR_TRANSACTED); - age_verified = (flags & AVATAR_AGEVERIFIED); + age_verified = (flags & AVATAR_AGEVERIFIED); // Not currently getting set in dataserver/lldataavatar.cpp for privacy considerations allow_publish = (flags & AVATAR_ALLOW_PUBLISH); online = (flags & AVATAR_ONLINE); |