From 8bf1c1e60a9fe5a0c93ba4c9efdd0791cfa9ece9 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Thu, 8 Nov 2007 04:22:39 +0000 Subject: [PATCH] fix recheck oops --- src/interface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interface.py b/src/interface.py index 6631488e0..d97c2ea11 100644 --- a/src/interface.py +++ b/src/interface.py @@ -770,6 +770,7 @@ trying to create \"%s\"\nPlease make sure you have the write permissions and the pass self.manager.remove_torrent(uid, False, True) self.torrent_model_remove(uid) + self.update() unique_ID = self.manager.add_torrent(save_info[0], save_info[1], self.config.get("use_compact_storage")) self.torrent_model_append(unique_ID) if save_info[4]: