[X2Go-Commits] python-x2go.git - brokerclient (branch) updated: 0.1.0.3-50-g1876820

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:20:45 CET 2014


The branch, brokerclient has been updated
       via  1876820177d1e159a17e7b9315306b777e10238e (commit)
      from  aab424884da4f4dc1a188afc3bfa7194b9836ea6 (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/backends/terminal/_stdout.py |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

The diff of changes is:
diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py
index dc9d3f4..01269ba 100644
--- a/x2go/backends/terminal/_stdout.py
+++ b/x2go/backends/terminal/_stdout.py
@@ -286,10 +286,7 @@ class X2goTerminalSessionSTDOUT(object):
         self.params.kbtype = str(kbtype)
         self.params.snd_system = str(snd_system)
         self.params.cmd = str(cmd)
-        if self.params.cmd == 'RDP':
-            self.params.depth = '16'
-        else:
-            self.params.depth = str(depth)
+        self.params.depth = str(depth)
 
         self.params.rdp_server = str(rdp_server)
         self.params.rdp_options = str(rdp_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