0001750: Some problems with web pages

svn: r10012
This commit is contained in:
Brian Matherly
2008-02-10 21:17:43 +00:00
parent 04eb7fb913
commit 1f783f6545
3 changed files with 33 additions and 29 deletions

View File

@ -1106,7 +1106,6 @@ class GuiDestinationOption(gtk.HBox):
status = fcd.run()
if status == gtk.RESPONSE_OK:
path = unicode(fcd.get_filename(), sys.getfilesystemencoding())
print path
if path:
if not self.__option.get_directory_entry() and \
not path.endswith(self.__option.get_extension()):