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

X2go dev team git-admin at x2go.org
Sat Feb 18 21:28:13 CET 2012


The branch, master 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 -----------------------------------------------------------------
commit e41db1b0a0321c75afd35d46daf49ed66dc60875
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Feb 18 21:28:02 2012 +0100

    fix for commit b3bf6d63c5914984585e64d68630e0ac9bced9ec

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

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

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