Flush kwinrulesrc in RuleBook::save

Summary:
a02797ca06 missed sync call to actually
write rules to disk.

BUG: 399778
FIXED-IN: 5.14.3

Test Plan: Changed opacity in Special Window Settings.

Reviewers: #kwin, davidedmundson

Reviewed By: #kwin, davidedmundson

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D16580
icc-effect-5.14.5
Vlad Zagorodniy 2018-11-01 10:28:46 +02:00
parent d0dd60f0f5
commit 95ff4a2d49
1 changed files with 1 additions and 0 deletions

View File

@ -1100,6 +1100,7 @@ void RuleBook::save()
(*it)->write(cg);
++i;
}
m_config->sync();
}
void RuleBook::temporaryRulesMessage(const QString& message)