diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-09-27 09:06:55 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-09-27 09:06:55 +0000 |
commit | e02a45507e91d072b86f26f36dbebf655ad9d79f (patch) | |
tree | b0fba02a5c2c2a50ba33ab1fea796193d86b755f /protocols/Tox/src/tox_account.cpp | |
parent | a301d6e3bfec56e2ed917fcbcf333b83bfb775d6 (diff) |
Tox: avatars support
git-svn-id: http://svn.miranda-ng.org/main/trunk@10611 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_account.cpp')
-rw-r--r-- | protocols/Tox/src/tox_account.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tox/src/tox_account.cpp b/protocols/Tox/src/tox_account.cpp index b7c7276c12..ebb246c6f4 100644 --- a/protocols/Tox/src/tox_account.cpp +++ b/protocols/Tox/src/tox_account.cpp @@ -135,14 +135,14 @@ void CToxProto::PollingThread(void*) DoBootstrap();
}
}
- else
+ /*else
{
if (!tox_isconnected(tox))
{
debugLogA("CToxProto::PollingThread: disconnected from DHT");
SetStatus(ID_STATUS_OFFLINE);
}
- }
+ }*/
}
isConnected = false;
|