Skip to content
Snippets Groups Projects
Commit c560f407 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

manager: fix saving jamiaccount enabled state

Change-Id: Iceb03cb226f9eed2939d9ff39543079145b3348d
parent e2b2e6dc
No related branches found
No related tags found
No related merge requests found
......@@ -2999,7 +2999,7 @@ Manager::sendRegister(const std::string& accountID, bool enable)
acc->setEnabled(enable);
acc->loadConfig();
saveConfig();
saveConfig(acc);
if (acc->isEnabled()) {
acc->doRegister();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment