diff options
author | Baker Linden <baker@lindenlab.com> | 2014-02-06 16:19:03 -0800 |
---|---|---|
committer | Baker Linden <baker@lindenlab.com> | 2014-02-06 16:19:03 -0800 |
commit | 25d0a3e029cb68a14cc7c3417cc43cb3ffa90925 (patch) | |
tree | 73f89b5d4d92f71514e3e789fb381706a01b38db /indra/newview/llpanelgrouproles.h | |
parent | 3c521d8207092f1c48e158082b88c5e81cc9c440 (diff) |
[GroupBan] When adding "Manage Ban List" ability additionally grant requisite abilities
- Viewer side implementation for MAINT-3467 complete
Diffstat (limited to 'indra/newview/llpanelgrouproles.h')
-rwxr-xr-x | indra/newview/llpanelgrouproles.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/indra/newview/llpanelgrouproles.h b/indra/newview/llpanelgrouproles.h index e74e4f746d..26f1dff007 100755 --- a/indra/newview/llpanelgrouproles.h +++ b/indra/newview/llpanelgrouproles.h @@ -142,7 +142,10 @@ protected: icon_map_t mActionIcons; bool mActivated; - + + bool mHasGroupBanPower; // Used to communicate between action sets due to the dependency between + // GP_GROUP_BAN_ACCESS and GP_EJECT_MEMBER and GP_ROLE_REMOVE_MEMBER + void setOthersVisible(BOOL b); }; @@ -246,7 +249,7 @@ public: static void onActionCheck(LLUICtrl*, void*); bool addActionCB(const LLSD& notification, const LLSD& response, LLCheckBoxCtrl* check); - + static void onPropertiesKey(LLLineEditor*, void*); void onDescriptionKeyStroke(LLTextEditor* caller); |