sending pause control fix

This commit is contained in:
ingvar1995 2016-05-11 12:01:29 +03:00
parent 6192688e0c
commit 57b4e2af67
2 changed files with 14 additions and 4 deletions

View file

@ -974,7 +974,7 @@ class Profile(Contact, Singleton):
if by_friend:
tr.state = TOX_FILE_TRANSFER_STATE['RUNNING']
tr.signal()
else:
else: # send seek control?
tr.send_control(TOX_FILE_CONTROL['RESUME'])
def accept_transfer(self, item, path, friend_number, file_number, size, inline=False):