This commit is contained in:
Yann Leboulanger 2005-09-02 21:26:58 +00:00
parent 5b728c8295
commit c4a6af00d6
1 changed files with 1 additions and 0 deletions

View File

@ -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())