summaryrefslogtreecommitdiffstats
path: root/pyLoadGui.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-07-12 23:42:11 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-07-12 23:42:11 +0200
commitc52ee8392501ee916d85fd9da75aa08a8f014493 (patch)
tree1cd802f64a1ffe0173473fd1f044e014bee59fff /pyLoadGui.py
parentchanged version strings (diff)
downloadpyload-c52ee8392501ee916d85fd9da75aa08a8f014493.tar.xz
removed server_methods, please test everything entirely
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-xpyLoadGui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadGui.py b/pyLoadGui.py
index 87b501ee2..33326c416 100755
--- a/pyLoadGui.py
+++ b/pyLoadGui.py
@@ -694,7 +694,7 @@ class main(QObject):
def quitInternal(self):
if self.core:
- self.core.server_methods.kill()
+ self.core.api.kill()
for i in range(10):
if self.core.shuttedDown:
break