diff options
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);
}
}
|