diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-07-08 13:47:21 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-07-08 13:47:21 +0300 |
commit | 38a0a95431a67a9fac924a372189b6c4364d5c5f (patch) | |
tree | 791ffb74fbc860443fced351e3976797506d6e45 /indra/newview/llpanelprofile.h | |
parent | 139c66b684a463cea0d0d9420b3ba40a9ffb65a6 (diff) |
SL-11554 [Legacy Profiles] The avatar permissions values are not saved/shown correctly in some cases
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rw-r--r-- | indra/newview/llpanelprofile.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h index 9eeb926549..d4f9499894 100644 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -371,12 +371,14 @@ protected: */ void fillRightsData(); - void rightsConfirmationCallback(const LLSD& notification, const LLSD& response, S32 rights); - void confirmModifyRights(bool grant, S32 rights); + void rightsConfirmationCallback(const LLSD& notification, const LLSD& response); + void confirmModifyRights(bool grant); void onCommitRights(); void onCommitNotes(); void enableCheckboxes(bool enable); + void applyRights(); + LLCheckBoxCtrl* mOnlineStatus; LLCheckBoxCtrl* mMapRights; LLCheckBoxCtrl* mEditObjectRights; |