The branch, master has been updated via 810c1e98f0e38a4cc5364aac2f2832264bd56e58 (commit) from a93d4f2646aa310295eacaf4f7c6b1bb2566c19e (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 810c1e98f0e38a4cc5364aac2f2832264bd56e58 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Feb 12 08:41:43 2013 +0100 modify low_latency for already initialized control sessions ----------------------------------------------------------------------- Summary of changes: x2go/session.py | 2 ++ 1 file changed, 2 insertions(+) The diff of changes is: diff --git a/x2go/session.py b/x2go/session.py index 7a66bbd..1c94138 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -608,6 +608,8 @@ class X2GoSession(object): ssh_rootdir=self.ssh_rootdir, low_latency=low_latency, logger=self.logger) + else: + self.control_session.low_latency = low_latency __init_control_session = init_control_session def is_master_session(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).