Opened 15 years ago
Closed 15 years ago
#1018 closed bug (Fixed)
[PATCH] Issues with renames in the Files tab
Reported by: | Ideal | Owned by: | andar |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | GTK UI | Version: | 1.2.0_dev |
Keywords: | Cc: |
Description
Load torrent with dirs inside. Try to rename a 2nd level directory - it'll set it and display it like 1nd-lev-name/2nd-lev-name, while it should be just 2nd-lev-name. Patch in attache solves that.
Renaming has more issues, maybe some more patches will follow.
Attachments (2)
Change History (5)
by , 15 years ago
Attachment: | renaming-dirs-files-tab-gtkui.patch added |
---|
comment:1 by , 15 years ago
by , 15 years ago
Attachment: | rename-paused-torrents.patch added |
---|
comment:2 by , 15 years ago
Ah, and rename-paused-torrents.patch depends on that fastresume in one file patch from http://forum.deluge-torrent.org/viewtopic.php?f=8&t=24205 ..
Note:
See TracTickets
for help on using tickets.
Another patch to fix renames in a paused torrents and not only. Basically it needs to save fast resume just after rename was made because for paused torrent now Deluge can lose renamed name if save_fast_resume() was not called on timer before user exits deluge. The same scenario would apply in case of crash for any torrents - so it is good to have save fast resume right after rename..