On a second thought, let's reset mRightsChangeNotificationTriggered in the dialog callback
parent
6c2d0240bc
commit
c3322b2b72
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue