From ff0ade61b014f5b85d2c50759dc57e862a6ec5a7 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Tue, 1 Jan 2008 02:36:06 +0000 Subject: [PATCH] tweak vista shutdown --- src/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.py b/src/core.py index 2644511fc..f9bad3c80 100644 --- a/src/core.py +++ b/src/core.py @@ -315,7 +315,7 @@ class Manager: os.popen4('tskill.exe dbus-daemon-deluge') elif platform.system() == "Microsoft": import os - os.popen4('taskkill.exe /IM dbus-daemon-deluge.exe') + os.popen4('taskkill.exe /IM dbus-daemon-deluge.exe /F') def pickle_state(self): # Pickle the state so if we experience a crash, the latest state is