This commit is contained in:
Андрей Владимирович 2016-03-17 19:28:52 +03:00
parent 90cabe1a45
commit 33290216df
2 changed files with 2 additions and 1 deletions

View file

@ -137,7 +137,7 @@ def tox_file_recv(window, tray):
settings = Settings.get_instance()
if file_type == TOX_FILE_KIND['DATA']:
print 'file'
file_name = file_name[:file_name_size].decode('utf8')
file_name = file_name[:file_name_size]
invoke_in_main_thread(profile.incoming_file_transfer,
friend_number,
file_number,