Allow right clicking avatar lists with multiple avatars selected to invite to group.

This commit is contained in:
Inusaito Sayori
2014-09-07 17:32:08 -04:00
parent 724ea77bef
commit b198e296cb
6 changed files with 14 additions and 11 deletions

View File

@@ -9052,7 +9052,7 @@ class ListInviteToGroup : public view_listener_t
{
bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata)
{
LLAvatarActions::inviteToGroup(get_focused_list_id_selected());
LLAvatarActions::inviteToGroup(get_focused_list_ids_selected());
return true;
}
};