[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.1.1.4-109-ge41db1b
X2Go dev team
git-admin at x2go.org
Sat Sep 14 15:57:13 CEST 2013
The branch, twofactorauth has been updated
via e41db1b0a0321c75afd35d46daf49ed66dc60875 (commit)
from a2ea32c9a34eb73ccd4d0c6f08a905f7b17b1548 (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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py
index 565c6af..4af12c9 100644
--- a/x2go/backends/terminal/_stdout.py
+++ b/x2go/backends/terminal/_stdout.py
@@ -126,7 +126,7 @@ class X2goSessionParams(object):
self.session_type = 'D'
elif os.path.basename(cmd) in defaults.X2GO_DESKTOPSESSIONS.values():
self.session_type = 'D'
- elif self.session_type not in ("S", "shared", "shadow", "D", "desktop"):
+ elif self.session_type not in ("S", "shared", "shadow"):
self.session_type = 'R'
if self.session_type in ("D", "desktop"):
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