Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/vnclauncher.py
diff options
context:
space:
mode:
Diffstat (limited to 'vnclauncher.py')
-rwxr-xr-xvnclauncher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnclauncher.py b/vnclauncher.py
index 7e99d47..5eefe09 100755
--- a/vnclauncher.py
+++ b/vnclauncher.py
@@ -108,7 +108,7 @@ class VncLauncherActivity(activity.Activity):
def stopVNC(self,button):
- cmd = "kill" + commands.getoutput('pidof x11vnc')
+ cmd = "kill " + commands.getoutput('pidof x11vnc')
self._vte.fork_command(cmd)
def connectVNC(self,button):