Ticket #1018 (closed bug: fixed)

Opened 4 years ago

Last modified 4 years ago

[PATCH] Issues with renames in the Files tab

Reported by: Ideal Owned by: andar
Priority: major Milestone:
Component: gtkui 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

renaming-dirs-files-tab-gtkui.patch (0.7 KB) - added by Ideal 4 years ago.
rename-paused-torrents.patch (0.6 KB) - added by Ideal 4 years ago.

Change History

Changed 4 years ago by Ideal

Changed 4 years ago by Ideal

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..

Changed 4 years ago by Ideal

Changed 4 years ago by Ideal

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 ..

Changed 4 years ago by andar

  • status changed from new to closed
  • resolution set to fixed

Committed

Thanks

Note: See TracTickets for help on using tickets.