[X2go-Commits] python-x2go.git - master (branch) updated: 0.2.0.10-54-g6365a4c

X2Go dev team git-admin at x2go.org
Thu Nov 8 13:30:06 CET 2012


The branch, master has been updated
       via  6365a4cb5d05e7eb2630b0a26c6e91dbdb2a2123 (commit)
      from  8eafb118d1654a534ab836d2f7275c8153e3b941 (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 6365a4cb5d05e7eb2630b0a26c6e91dbdb2a2123
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Nov 8 13:28:24 2012 +0100

    fix for last commit

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

Summary of changes:
 x2go/backends/proxy/base.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/backends/proxy/base.py b/x2go/backends/proxy/base.py
index 0a1ce72..38e80da 100644
--- a/x2go/backends/proxy/base.py
+++ b/x2go/backends/proxy/base.py
@@ -105,7 +105,7 @@ class X2goProxyBASE(threading.Thread):
 
         self.sessions_rootdir = sessions_rootdir
         self.session_info = session_info
-        self.session_name = self.session_info.session_name
+        self.session_name = self.session_info.name
         self.ssh_transport = ssh_transport
         self.session_log = session_log
         self.proxy_options = proxy_options


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