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

X2Go dev team git-admin at x2go.org
Wed Apr 18 18:33:26 CEST 2012


The branch, master has been updated
       via  f1f0a7cf3889a23ecf0bc05f68800b302ca0be90 (commit)
      from  a936ea3555b521690415e155e6a5ab0c8ebae8ae (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 f1f0a7cf3889a23ecf0bc05f68800b302ca0be90
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Apr 18 18:33:22 2012 +0200

    fix for last commit

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

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

The diff of changes is:
diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py
index b75d591..e941254 100644
--- a/x2go/backends/terminal/_stdout.py
+++ b/x2go/backends/terminal/_stdout.py
@@ -412,7 +412,7 @@ class X2goTerminalSessionSTDOUT(object):
         STILL UNDOCUMENTED
 
         """
-        return self.session_type
+        return self.params.session_type
 
     def start_sound(self):
         """\


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