From 382bb55b6d739fbe1afbcb96b42b5e749b043ed0 Mon Sep 17 00:00:00 2001 From: pavelkproductengine Date: Wed, 21 Jun 2017 20:27:56 +0300 Subject: MAINT-7356 Feature - Force item delete warning to prompt once per session Fixed problem that ignored delete confirmation shown twice under certain conditions --- indra/newview/llinventoryfunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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; -- cgit v1.2.3