Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-daemon
Commits
c560f407
Commit
c560f407
authored
Aug 06, 2019
by
Adrien Béraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manager: fix saving jamiaccount enabled state
Change-Id: Iceb03cb226f9eed2939d9ff39543079145b3348d
parent
e2b2e6dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/manager.cpp
src/manager.cpp
+1
-1
No files found.
src/manager.cpp
View file @
c560f407
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment