From a2171998977638a2efdb952cddfef15b01bef552 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Fri, 8 Jun 2007 21:31:11 +0000 Subject: [PATCH] . --- src/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.py b/src/core.py index bd11d9381..9d68695f3 100644 --- a/src/core.py +++ b/src/core.py @@ -433,7 +433,7 @@ class Manager: elif (not self.get_core_torrent_state(unique_ID, efficient)['is_paused']) and \ ( (index >= self.get_pref('max_active_torrents') and \ self.get_pref('max_active_torrents') != -1 ) or \ - self.is_user_paused(unique_ID)): + self.is_user_paused(unique_ID)): deluge_core.pause(unique_ID) # Event handling