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

X2go dev team git-admin at x2go.org
Mon Dec 19 17:20:34 CET 2011


The branch, master has been updated
       via  f427b7103867e61f59a89f9e8e12b4158fbd1ca8 (commit)
      from  574848749ccb463a497b4d89b983151651c5c54f (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 f427b7103867e61f59a89f9e8e12b4158fbd1ca8
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Dec 19 17:20:31 2011 +0100

    fix simultaneous X_DISPLAY.sync() calls on session resuming

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

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

The diff of changes is:
diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py
index e07de13..cf4d7d1 100644
--- a/x2go/backends/terminal/_stdout.py
+++ b/x2go/backends/terminal/_stdout.py
@@ -1074,7 +1074,7 @@ class X2goTerminalSessionSTDOUT(object):
 
         self.find_session_window()
         self.auto_session_window_title()
-        self.raise_session_window()
+        #self.raise_session_window()
 
         return self.ok()
 
@@ -1124,8 +1124,7 @@ class X2goTerminalSessionSTDOUT(object):
 
         self.find_session_window()
         self.auto_session_window_title()
-        self.raise_session_window()
-        _X_DISPLAY.sync()
+        #self.raise_session_window()
 
         return self.ok()
 


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