From ba68e1efa453da00345093f9575a575bcebb75dc Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 6 Mar 2007 08:28:40 +0000 Subject: [PATCH] --- src/deluge.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/deluge.py b/src/deluge.py index 5315bff4e..2f0bb16ac 100644 --- a/src/deluge.py +++ b/src/deluge.py @@ -231,6 +231,9 @@ class Manager: # Apply all the file filters, right after adding the torrents self.apply_all_file_filters() + + # Apply the queue at this time, after all is loaded and ready + self.apply_queue() except IOError: self.state = persistent_state() else: