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

X2Go dev team git-admin at x2go.org
Sat May 26 21:08:39 CEST 2012


The branch, master has been updated
       via  0e87534762012a7029253e86feb1140d704aba67 (commit)
      from  f3de332ae4b466bb329df00f31ca9eb92b44ba3c (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 0e87534762012a7029253e86feb1140d704aba67
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat May 26 21:08:33 2012 +0200

    typo fix

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

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 7199ad8..1f256a7 100644
--- a/x2go/backends/terminal/_stdout.py
+++ b/x2go/backends/terminal/_stdout.py
@@ -1147,7 +1147,7 @@ class X2goTerminalSessionSTDOUT(object):
 
         setkbd = "0"
         if (self.params.kblayout != "null") or (self.params.kbtype != "null/null"):
-            setkbd = "0"
+            setkbd = "1"
 
         if '/' in self.params.cmd:
             self.params.cmd = os.path.basename(self.params.cmd)


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