diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-24 13:06:43 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-24 13:06:43 +0200 |
commit | caaa88306f5c29e2c937431efe999ce506e52d09 (patch) | |
tree | d5d4f1b22fa665172b00d5807dff733fa3b4852e /indra | |
parent | def2fe77ce1608997696d7703887b30ca688d23c (diff) |
fixed EXT-3036 “Avatar Notes&Privacy: 'Allow this person to' checkboxes can be
all set for non-friend”,
added checkboxes cleanup on panel update;
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llpanelavatar.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llpanelavatar.cpp b/indra/newview/llpanelavatar.cpp index e9131a342e..913152e259 100644 --- a/indra/newview/llpanelavatar.cpp +++ b/indra/newview/llpanelavatar.cpp @@ -179,6 +179,10 @@ void LLPanelAvatarNotes::onOpen(const LLSD& key) void LLPanelAvatarNotes::fillRightsData() { + childSetValue("status_check", FALSE); + childSetValue("map_check", FALSE); + childSetValue("objects_check", FALSE); + const LLRelationship* relation = LLAvatarTracker::instance().getBuddyInfo(getAvatarId()); // If true - we are viewing friend's profile, enable check boxes and set values. if(relation) |