summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2009-12-21 14:41:23 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2009-12-21 14:41:23 +0100
commit4c98db9a0eb0ca1ca70c4886b907e79682bfad82 (patch)
treef4c412ef5e5875b2cbffd1c79bb4a5b2ec4e0892 /pyLoadCore.py
parentnew update threads, link dock works now (diff)
downloadpyload-4c98db9a0eb0ca1ca70c4886b907e79682bfad82.tar.xz
pause/start button works
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 4df3f852e..9eb385553 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -372,7 +372,8 @@ class ServerMethods():
if self.core.thread_list.pause:
self.core.thread_list.pause = False
else:
- self.core.thread_list.pause = True
+ self.core.thread_list.pause = True
+ return self.core.thread_list.pause
def status_server(self):
status = {}