Opened 21 months ago

Last modified 21 months ago

#3541 new bug

Add-torrent-dialog not seperating dirs.

Reported by: mhertz Owned by:
Priority: minor Milestone: needs verified
Component: GTK UI Version: develop
Keywords: Cc:

Description

Forum member highvoltage reported issue with the gtk3 add-torrent-dialog on windows not seperating dirs from files, so e.g. cannot rename top-folder(unless renaming all files to match). This issue is not on linux.

I saw in addtorrentdialog.py that 'os.path.sep' used for this and not just '/', and so just for quick troubleshooting I tested following added line fixing it:

os.path.sep = '/'

Thanks in advance!

Change History (1)

Note: See TracTickets for help on using tickets.