[stephan k.] fix #798
This commit is contained in:
parent
c4a6af00d6
commit
16acf1d4f5
|
@ -242,6 +242,7 @@ _('Connection with peer cannot be established.'))
|
|||
files_path_list = dialog.get_filenames()
|
||||
file_dir = None
|
||||
dialog.destroy()
|
||||
file_dir = None
|
||||
for file_path in files_path_list:
|
||||
file_path = file_path.decode(sys.getfilesystemencoding())
|
||||
if os.path.isfile(file_path):
|
||||
|
|
Loading…
Reference in New Issue