From 985abe8d431e7b72a7f69679a7cac5c52aa3fab4 Mon Sep 17 00:00:00 2001 From: Michael Danilov Date: Thu, 19 Aug 2021 01:49:38 +0200 Subject: [PATCH] =?UTF-8?q?Typo=20in=20"Addon-config:=20don=E2=80=99t=20ov?= =?UTF-8?q?erwrite=20autosaved=20props"=20(ticket=202059)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Add-ons/AddonManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Add-ons/AddonManager.cxx b/src/Add-ons/AddonManager.cxx index 520a6ae05..b5aea6c02 100644 --- a/src/Add-ons/AddonManager.cxx +++ b/src/Add-ons/AddonManager.cxx @@ -122,7 +122,7 @@ AddonManager::loadConfigFileIfExists(const SGPath& configFile) // copy if it's NOT marked archive. In other words, we can replace // values from defaults, but not autosave - return dstNode->getAttribute(SGPropertyNode::ARCHIVE) == false; + return dstNode->getAttribute(SGPropertyNode::USERARCHIVE) == false; }); SG_LOG(SG_GENERAL, SG_INFO,