0002655: Directories and files with accents characters cause failures in Windows.
svn: r12105
This commit is contained in:
@@ -1261,7 +1261,7 @@ class GuiDestinationOption(gtk.HBox):
|
||||
|
||||
status = fcd.run()
|
||||
if status == gtk.RESPONSE_OK:
|
||||
path = unicode(fcd.get_filename(), sys.getfilesystemencoding())
|
||||
path = Utils.get_unicode_path(fcd.get_filename())
|
||||
if path:
|
||||
if not self.__option.get_directory_entry() and \
|
||||
not path.endswith(self.__option.get_extension()):
|
||||
|
||||
Reference in New Issue
Block a user