The branch, build-baikal has been updated via bb5da673c4bf3fbfe2d0396922bceaab8cd187df (commit) from 92ac045d5f434c63f2ccf4aa5feece2851011822 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: x2go/pulseaudio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/pulseaudio.py b/x2go/pulseaudio.py index 4c5b0f6..6fca90b 100644 --- a/x2go/pulseaudio.py +++ b/x2go/pulseaudio.py @@ -94,7 +94,7 @@ class X2goPulseAudio(threading.Thread): si = win32process.STARTUPINFO() si.hStdOutput = _stdout_fh si.hStdError = _stderr_fh - si.jStdInput = win32api.GetStdHandle(win32api.STD_INPUT_HANDLE) + si.hStdInput = win32api.GetStdHandle(win32api.STD_INPUT_HANDLE) p_info = win32process.CreateProcess(None, '%s\\%s %s' % (self.path, cmd, cmd_options), None, hooks/post-receive -- python-x2go.git (Python X2Go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2Go Client API).