From 8ecc33615205bbb0482dc729c5624f9a625c244e Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sat, 16 Aug 2008 23:55:45 +0000 Subject: [PATCH] Fix loading torrents from state when fastresume file is missing --- ChangeLog | 6 +++++- deluge/core/torrentmanager.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ba2731a80..52346b0e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,14 @@ Deluge 0.9.07 - "1.0.0_RC7" (In Development) Core: - * Fix Vista slowness issue + * Fix loading torrents from state when fastresume file is missing + GtkUI: * Add 'edit' to edit trackers dialog * Improve performance of initial torrent list load * Fix hiding the bottom pane when disabling all the tabs + + Windows: + * Fix Vista slowness issue Deluge 0.9.06 - "1.0.0_RC6" (13 August 2008) Core: diff --git a/deluge/core/torrentmanager.py b/deluge/core/torrentmanager.py index 478396206..5462213a7 100644 --- a/deluge/core/torrentmanager.py +++ b/deluge/core/torrentmanager.py @@ -217,7 +217,7 @@ class TorrentManager(component.Component): def get_resume_data_from_file(self, torrent_id): """Returns an entry with the resume data or None""" - fastresume = None + fastresume = "" try: _file = open( os.path.join(