Module: deluge
Branch: master
Commit: 463fd3ac045b3c3b1914d63a1e0c65edff8085f2

Author: John Garland <[email protected]>
Date:   Sun Sep 26 11:30:58 2010 +1000

Fix attribute error in blocklist plugin

---

 deluge/plugins/blocklist/blocklist/core.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/deluge/plugins/blocklist/blocklist/core.py 
b/deluge/plugins/blocklist/blocklist/core.py
index 0b9c6e3..e01cf26 100644
--- a/deluge/plugins/blocklist/blocklist/core.py
+++ b/deluge/plugins/blocklist/blocklist/core.py
@@ -82,6 +82,7 @@ class Core(CorePluginBase):
         self.is_importing = False
         self.has_imported = False
         self.up_to_date = False
+        self.session_was_paused = True
         self.num_blocked = 0
         self.file_progress = 0.0
 

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to