summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpavelkproductengine <pavelkproductengine@lindenlab.com>2017-06-21 20:27:56 +0300
committerpavelkproductengine <pavelkproductengine@lindenlab.com>2017-06-21 20:27:56 +0300
commit382bb55b6d739fbe1afbcb96b42b5e749b043ed0 (patch)
tree5dbe8615f7ae39d8bf5c56b0172d7d1f00aa354b
parentdca1a4c350fa69abf38a9d8fb3c256d60ab556e5 (diff)
MAINT-7356 Feature - Force item delete warning to prompt once per session
Fixed problem that ignored delete confirmation shown twice under certain conditions
-rw-r--r--indra/newview/llinventoryfunctions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp
index 90d6e9b8a8..3dfb3c379a 100644
--- a/indra/newview/llinventoryfunctions.cpp
+++ b/indra/newview/llinventoryfunctions.cpp
@@ -2317,9 +2317,9 @@ void LLInventoryAction::doToSelected(LLInventoryModel* model, LLFolderView* root
if (!sDisplayedAtSession)
{
LLUI::sSettingGroups["ignores"]->setBOOL("DeleteItems", TRUE);
- sDisplayedAtSession = true;
}
}
+ sDisplayedAtSession = true;
}
LLAllDescendentsPassedFilter f;