Skip to content
Snippets Groups Projects
Commit c4a6af00 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix a TB

parent 5b728c82
No related branches found
No related tags found
No related merge requests found
......@@ -240,6 +240,7 @@ def show_file_send_request(self, account, contact):
response = dialog.run()
if response == gtk.RESPONSE_OK:
files_path_list = dialog.get_filenames()
file_dir = None
dialog.destroy()
for file_path in files_path_list:
file_path = file_path.decode(sys.getfilesystemencoding())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment