diff options
author | Cinders <cinder.roxley@phoenixviewer.com> | 2013-06-11 18:54:54 -0600 |
---|---|---|
committer | Cinders <cinder.roxley@phoenixviewer.com> | 2013-06-11 18:54:54 -0600 |
commit | 4f7b8a7e861ee25f1e0f7b0df2e9c8372254f46d (patch) | |
tree | 4986ff561e4da70d6864ff04ff8c24375ecb1372 /indra/newview/llpanelgrouproles.h | |
parent | dcfb18373eca7986a73d8b9a1d34970cc0a23ed9 (diff) |
STORM-1952: Add a confirmation modal when ejecting a member from a group
Diffstat (limited to 'indra/newview/llpanelgrouproles.h')
-rwxr-xr-x | indra/newview/llpanelgrouproles.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelgrouproles.h b/indra/newview/llpanelgrouproles.h index 78bb3c57a1..0cf272f3ee 100755 --- a/indra/newview/llpanelgrouproles.h +++ b/indra/newview/llpanelgrouproles.h @@ -167,6 +167,7 @@ public: static void onEjectMembers(void*); void handleEjectMembers(); void sendEjectNotifications(const LLUUID& group_id, const uuid_vec_t& selected_members); + bool handleEjectCallback(const LLSD& notification, const LLSD& response); static void onRoleCheck(LLUICtrl* check, void* user_data); void handleRoleCheck(const LLUUID& role_id, |