profile.py updates - avatars and file transfers

This commit is contained in:
ingvar1995 2016-03-16 22:59:15 +03:00
parent e61f600d59
commit 1a996522f1
4 changed files with 38 additions and 6 deletions

View file

@ -152,7 +152,8 @@ def tox_file_recv(window, tray):
print 'Avatar'
invoke_in_main_thread(profile.incoming_avatar,
friend_number,
file_number)
file_number,
size)
return wrapped
# -----------------------------------------------------------------------------------------------------------------