tweak vista shutdown
This commit is contained in:
parent
9972471231
commit
ff0ade61b0
|
@ -315,7 +315,7 @@ class Manager:
|
||||||
os.popen4('tskill.exe dbus-daemon-deluge')
|
os.popen4('tskill.exe dbus-daemon-deluge')
|
||||||
elif platform.system() == "Microsoft":
|
elif platform.system() == "Microsoft":
|
||||||
import os
|
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):
|
def pickle_state(self):
|
||||||
# Pickle the state so if we experience a crash, the latest state is
|
# Pickle the state so if we experience a crash, the latest state is
|
||||||
|
|
Loading…
Reference in New Issue