mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
Fix file renaming
This commit is contained in:
parent
571b8a84af
commit
700fe2ec17
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
=== Deluge 1.2.0_rc6 (In Development) ===
|
=== Deluge 1.2.0_rc6 (In Development) ===
|
||||||
|
==== Core ====
|
||||||
|
* Fix file renaming
|
||||||
|
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* Fix #1104, #735 use path.utf-8 if available
|
* Fix #1104, #735 use path.utf-8 if available
|
||||||
|
|
||||||
|
|
|
@ -960,7 +960,6 @@ class TorrentManager(component.Component):
|
||||||
except:
|
except:
|
||||||
return
|
return
|
||||||
torrent_id = str(alert.handle.info_hash())
|
torrent_id = str(alert.handle.info_hash())
|
||||||
torrent.files[alert.index]["path"] = alert.name
|
|
||||||
|
|
||||||
# We need to see if this file index is in a waiting_on_folder list
|
# We need to see if this file index is in a waiting_on_folder list
|
||||||
folder_rename = False
|
folder_rename = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue