[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.1.1.4-90-gf427b71
X2Go dev team
git-admin at x2go.org
Sat Sep 14 15:57:10 CEST 2013
The branch, twofactorauth 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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
x2go/backends/terminal/_stdout.py | 5 ++---
1 file 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