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)

renaming-dirs-files-tab-gtkui.patch (681 bytes) - added by Ideal 15 years ago.
rename-paused-torrents.patch (613 bytes) - added by Ideal 15 years ago.

Download all attachments as: .zip

Change History (5)

Changed 15 years ago by Ideal

comment:1 Changed 15 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 15 years ago by Ideal

comment:2 Changed 15 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 ..

comment:3 Changed 15 years ago by andar

  • Resolution set to fixed
  • Status changed from new to closed

Committed

Thanks

Note: See TracTickets for help on using tickets.