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

X2go dev team git-admin at x2go.org
Thu Jun 23 21:28:26 CEST 2011


The branch, master 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 -----------------------------------------------------------------
commit 1876820177d1e159a17e7b9315306b777e10238e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Jun 23 21:28:47 2011 +0200

    revert fixed color depth for RDP, now using default again: 24bit

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

Summary of changes:
 x2go/backends/terminal/_stdout.py |    5 +----
 1 files changed, 1 insertions(+), 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