From c3322b2b72d5a677cea1ac1a705a2b18c8179da2 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Tue, 16 Dec 2014 15:45:44 +0100 Subject: [PATCH] On a second thought, let's reset mRightsChangeNotificationTriggered in the dialog callback --- indra/newview/fsfloatercontacts.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/fsfloatercontacts.cpp b/indra/newview/fsfloatercontacts.cpp index bb6b6210aa..eb76cc7913 100644 --- a/indra/newview/fsfloatercontacts.cpp +++ b/indra/newview/fsfloatercontacts.cpp @@ -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) {