From 37e34f6035edcc2cf1fb941f9c189f8fbd0772ef Mon Sep 17 00:00:00 2001 From: Baker Linden Date: Wed, 19 Feb 2014 16:06:43 -0800 Subject: [MAINT-3751] - Can't uncheck Ban ability from role - Fixed an issue where, once granted the ban ability, it could not become unchecked. --- indra/newview/llpanelgrouproles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llpanelgrouproles.cpp b/indra/newview/llpanelgrouproles.cpp index adcac17c16..06932a7ec5 100755 --- a/indra/newview/llpanelgrouproles.cpp +++ b/indra/newview/llpanelgrouproles.cpp @@ -2344,7 +2344,7 @@ void LLPanelGroupRolesSubTab::handleActionCheck(LLUICtrl* ctrl, bool force) } else { - current_role_powers |= (GP_ROLE_REMOVE_MEMBER | GP_MEMBER_EJECT); + current_role_powers &= ~GP_GROUP_BAN_ACCESS; } mAllowedActionsList->deleteAllItems(); -- cgit v1.2.3