Add Ban From Group option to right click menu of avatar lists.

Also missed two touchups for the Responder API merge in llfloaterperms.cpp
This commit is contained in:
Inusaito Sayori
2014-07-21 22:56:18 -04:00
parent b9ba472eda
commit 75e85701c6
5 changed files with 40 additions and 2 deletions

View File

@@ -234,8 +234,8 @@ private:
void httpFailure(void)
{
// <singu> Prevent 404s from annoying the user all the tme
if (status == HTTP_NOT_FOUND)
LL_INFOS("FloaterPermsResponder") << "Failed to send default permissions to simulator. 404, reason: " << reason << LL_ENDL;
if (mStatus == HTTP_NOT_FOUND)
LL_INFOS("FloaterPermsResponder") << "Failed to send default permissions to simulator. 404, reason: " << mReason << LL_ENDL;
else
// </singu>
// Do not display the same error more than once in a row