diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-07-15 21:13:56 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-07-15 21:13:56 +0000 |
commit | 31591520f0dfefa04a9e4379f1a25be80298ea1e (patch) | |
tree | ce2ac6015655c9992b872c830deab7160a3553a8 /protocols/Tox/src/tox_contacts.cpp | |
parent | de98f325061f64cc3be923aa8bb8f5a619711549 (diff) |
Tox:
- removed senseless pause command that breaks the transfer
- updated tox core
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@14576 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_contacts.cpp')
-rw-r--r-- | protocols/Tox/src/tox_contacts.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/Tox/src/tox_contacts.cpp b/protocols/Tox/src/tox_contacts.cpp index 069f368990..7540961bae 100644 --- a/protocols/Tox/src/tox_contacts.cpp +++ b/protocols/Tox/src/tox_contacts.cpp @@ -367,9 +367,6 @@ void CToxProto::OnConnectionStatusChanged(Tox*, uint32_t friendNumber, TOX_CONNE {
proto->SetContactStatus(hContact, ID_STATUS_OFFLINE);
proto->setDword(hContact, "LastEventDateTS", time(NULL));
-
- // pause outgoing transfers
- proto->PauseOutgoingTransfers(friendNumber);
}
}
}
|