[X2go-Commits] python-x2go.git - master (branch) updated: 0.1.1.4-199-gab26a87

X2Go dev team git-admin at x2go.org
Mon Apr 16 17:22:18 CEST 2012


The branch, master has been updated
       via  ab26a87ac2d96581425a1738e1c08a799625436b (commit)
      from  fda139b77518b962f14aeae5cf3c3e1cf934b4d2 (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 -----------------------------------------------------------------
commit ab26a87ac2d96581425a1738e1c08a799625436b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Apr 16 17:22:12 2012 +0200

    typo fix

-----------------------------------------------------------------------

Summary of changes:
 x2go/pulseaudio.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/x2go/pulseaudio.py b/x2go/pulseaudio.py
index c9b43d3..a5ce8d2 100644
--- a/x2go/pulseaudio.py
+++ b/x2go/pulseaudio.py
@@ -101,7 +101,7 @@ class X2goPulseAudio(threading.Thread):
         ]
         cmd_options = " %s" % " ".join(cmd_options)
 
-        if not os.path.isdir(os.path.join(_LOCAL_HOME, '.pulse', '%s-runtime' % socket.gethostname()):
+        if not os.path.isdir(os.path.join(_LOCAL_HOME, '.pulse', '%s-runtime' % socket.gethostname())):
             os.mkdir(os.path.join(_LOCAL_HOME, '.pulse', '%s-runtime' % socket.gethostname())
         self.logger('starting PulseAudio server with command line: %s%s' % (cmd, cmd_options), loglevel=log.loglevel_DEBUG)
 


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).




More information about the x2go-commits mailing list