diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-12-21 19:33:45 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-12-21 19:33:45 +0000 |
commit | b28e0f95010e0d4f20ae0b682e5ce590f0eb3d95 (patch) | |
tree | f5d886d00c2281c839b66ff3e14abb5d7a83d96e /protocols/Tox/src/tox_options.cpp | |
parent | d46978c9ba808711f7b196382c4469050d8efa21 (diff) |
Tox:
- fixed profile saving
- tox address conversion moved to miranda's internal functions
git-svn-id: http://svn.miranda-ng.org/main/trunk@15928 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_options.cpp')
-rw-r--r-- | protocols/Tox/src/tox_options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_options.cpp b/protocols/Tox/src/tox_options.cpp index 007a3d6f74..a5f63da6ee 100644 --- a/protocols/Tox/src/tox_options.cpp +++ b/protocols/Tox/src/tox_options.cpp @@ -167,7 +167,7 @@ void CToxOptionsMain::OnApply() // todo: add checkbox
m_proto->setTString("Password", pass_ptrT(m_password.GetText()));
- m_proto->SaveToxProfile();
+ m_proto->SaveToxProfile(m_proto->toxThread);
}
}
|