Fix file renaming

This commit is contained in:
Andrew Resch 2009-12-20 03:45:14 +00:00
parent 571b8a84af
commit 700fe2ec17
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,7 @@
=== Deluge 1.2.0_rc6 (In Development) ===
==== Core ====
* Fix file renaming
==== GtkUI ====
* Fix #1104, #735 use path.utf-8 if available

View file

@ -960,7 +960,6 @@ class TorrentManager(component.Component):
except:
return
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
folder_rename = False