Skip to content

Commit

Permalink
fix 4883
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Feb 21, 2017
1 parent d43935f commit 3129aab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions far/changelog
@@ -1,3 +1,7 @@
drkns 21.02.2017 18:50:57 +0000 - build 4901

1. Опечатка в 4883.

drkns 20.02.2017 19:16:22 +0000 - build 4900

1. Coverity warnings.
Expand Down
2 changes: 1 addition & 1 deletion far/plugsettings.cpp
Expand Up @@ -97,7 +97,7 @@ PluginSettings::PluginSettings(const GUID& Guid, bool Local)
PluginsCfg = ConfigProvider().CreatePluginsConfig(strGuid, Local);
m_Keys.emplace_back(PluginsCfg->CreateKey(HierarchicalConfig::root_key(), strGuid, &pPlugin->GetTitle()));

if (Global->Opt->ReadOnlyConfig)
if (!Global->Opt->ReadOnlyConfig)
{
DizList Diz;
auto DbPath = Local? Global->Opt->LocalProfilePath : Global->Opt->ProfilePath;
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4900)m4_dnl
m4_define(BUILD,4901)m4_dnl

0 comments on commit 3129aab

Please sign in to comment.