Removed Report Abuse from the avatar list menus for now, it doesn't work
This commit is contained in:
@@ -9420,6 +9420,7 @@ class ListStartIM : public view_listener_t
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* Singu TODO: Figure out why this wouldn't work
|
||||||
class ListAbuseReport : public view_listener_t
|
class ListAbuseReport : public view_listener_t
|
||||||
{
|
{
|
||||||
bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata)
|
bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata)
|
||||||
@@ -9428,6 +9429,7 @@ class ListAbuseReport : public view_listener_t
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
// Create the args for administrative notifications used in lists, tossing the selected names into it.
|
// Create the args for administrative notifications used in lists, tossing the selected names into it.
|
||||||
LLSD create_args(const uuid_vec_t& ids, const std::string& token)
|
LLSD create_args(const uuid_vec_t& ids, const std::string& token)
|
||||||
@@ -9840,7 +9842,7 @@ void initialize_menus()
|
|||||||
addMenu(new ListStartCall(), "List.StartCall");
|
addMenu(new ListStartCall(), "List.StartCall");
|
||||||
addMenu(new ListStartConference(), "List.StartConference");
|
addMenu(new ListStartConference(), "List.StartConference");
|
||||||
addMenu(new ListStartIM(), "List.StartIM");
|
addMenu(new ListStartIM(), "List.StartIM");
|
||||||
addMenu(new ListAbuseReport(), "List.AbuseReport");
|
//addMenu(new ListAbuseReport(), "List.AbuseReport");
|
||||||
addMenu(new ListEject(), "List.ParcelEject");
|
addMenu(new ListEject(), "List.ParcelEject");
|
||||||
addMenu(new ListFreeze(), "List.Freeze");
|
addMenu(new ListFreeze(), "List.Freeze");
|
||||||
addMenu(new ListEstateBan(), "List.EstateBan");
|
addMenu(new ListEstateBan(), "List.EstateBan");
|
||||||
|
|||||||
@@ -54,10 +54,10 @@
|
|||||||
<on_enable function="List.EnableMute"/>
|
<on_enable function="List.EnableMute"/>
|
||||||
<on_visible function="List.EnableAnySelected"/>
|
<on_visible function="List.EnableAnySelected"/>
|
||||||
</menu_item_call>
|
</menu_item_call>
|
||||||
<menu_item_call label="Report Abuse" name="Report Abuse">
|
<!--menu_item_call label="Report Abuse" name="Report Abuse">
|
||||||
<on_click function="List.ReportAbuse"/>
|
<on_click function="List.ReportAbuse"/>
|
||||||
<on_visible function="List.EnableSingleSelected"/>
|
<on_visible function="List.EnableSingleSelected"/>
|
||||||
</menu_item_call>
|
</menu_item_call-->
|
||||||
<menu_item_call label="Copy Key" name="Copy Key">
|
<menu_item_call label="Copy Key" name="Copy Key">
|
||||||
<on_click function="List.CopyUUIDs"/>
|
<on_click function="List.CopyUUIDs"/>
|
||||||
<on_enable function="List.EnableAnySelected"/>
|
<on_enable function="List.EnableAnySelected"/>
|
||||||
|
|||||||
@@ -129,10 +129,10 @@
|
|||||||
<on_enable function="List.EnableMute"/>
|
<on_enable function="List.EnableMute"/>
|
||||||
<on_visible function="List.EnableAnySelected"/>
|
<on_visible function="List.EnableAnySelected"/>
|
||||||
</menu_item_call>
|
</menu_item_call>
|
||||||
<menu_item_call label="Report Abuse" name="Report Abuse">
|
<!--menu_item_call label="Report Abuse" name="Report Abuse">
|
||||||
<on_click function="List.ReportAbuse"/>
|
<on_click function="List.ReportAbuse"/>
|
||||||
<on_visible function="List.EnableSingleSelected"/>
|
<on_visible function="List.EnableSingleSelected"/>
|
||||||
</menu_item_call>
|
</menu_item_call-->
|
||||||
<menu_item_separator/>
|
<menu_item_separator/>
|
||||||
<menu_item_call label="Freeze" name="Freeze">
|
<menu_item_call label="Freeze" name="Freeze">
|
||||||
<on_click function="List.Freeze"/>
|
<on_click function="List.Freeze"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user