remove a bad decode

This commit is contained in:
Nikos Kouremenos 2005-09-01 13:11:22 +00:00
parent 10a7126760
commit b068ca6baa
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ _('Connection with peer cannot be established.'))
file_dir = os.path.dirname(file_path)
if file_dir:
gajim.config.set('last_save_dir', file_dir)
file_props['file-name'] = file_path.decode('utf-8')
file_props['file-name'] = file_path
self.add_transfer(account, contact, file_props)
gajim.connections[account].send_file_approval(file_props)
else: