On a second thought, let's reset mRightsChangeNotificationTriggered in the dialog callback

Ansariel 2014-12-16 15:45:44 +01:00
parent 6c2d0240bc
commit c3322b2b72
1 changed files with 2 additions and 2 deletions

View File

@ -192,8 +192,6 @@ void FSFloaterContacts::draw()
mDirtyNames = false;
}
mRightsChangeNotificationTriggered = false;
LLFloater::draw();
}
@ -913,6 +911,8 @@ void FSFloaterContacts::confirmModifyRights(rights_map_t& ids, EGrantRevoke comm
bool FSFloaterContacts::modifyRightsConfirmation(const LLSD& notification, const LLSD& response, rights_map_t* rights)
{
mRightsChangeNotificationTriggered = false;
S32 option = LLNotificationsUtil::getSelectedOption(notification, response);
if (0 == option)
{