From c4a6af00d64b2c718c68675d9e713239b84df5b3 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 2 Sep 2005 21:26:58 +0000 Subject: [PATCH] fix a TB --- src/filetransfers_window.py | 1 + 1 file changed, 1 insertion(+) 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())