Skip to content
Snippets Groups Projects
Commit 35ebf50e authored by Andrew Dyukov's avatar Andrew Dyukov
Browse files

Fixed normal bug EXT-2668 (NONE group is present in the Group Chooser for...

Fixed normal bug EXT-2668 (NONE group is present in the Group Chooser for which to send invitation).

--HG--
branch : product-engine
parent 3b0bfcb4
No related branches found
No related tags found
No related merge requests found
......@@ -347,9 +347,9 @@ void LLAvatarActions::inviteToGroup(const LLUUID& id)
LLFloaterGroupPicker* widget = LLFloaterReg::showTypedInstance<LLFloaterGroupPicker>("group_picker", LLSD(id));
if (widget)
{
widget->removeNoneOption();
widget->center();
widget->setPowersMask(GP_MEMBER_INVITE);
widget->removeNoneOption();
widget->setSelectGroupCallback(boost::bind(callback_invite_to_group, _1, id));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment