diff --git a/src/filetransfers_window.py b/src/filetransfers_window.py index 1fcfb09da..f9286114a 100644 --- a/src/filetransfers_window.py +++ b/src/filetransfers_window.py @@ -240,6 +240,7 @@ _('Connection with peer cannot be established.')) 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())