[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.2.0.9-7-g8c8e216

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:27:13 CET 2014


The branch, build-baikal has been updated
       via  8c8e216f3e29879791955e46d415348cea4944e1 (commit)
      from  bcd2472dcb7607546a1f801cf862661b50f0cad2 (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:
 debian/changelog |    1 +
 x2go/defaults.py |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 2031bbb..b7f2eef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-x2go (0.2.0.10-0~x2go1) UNRELEASED; urgency=low
   * New upstream version (0.2.0.10):
     - Use session type 'D' for X2Go-proxied RDP session when run in
       fullscreen mode. Fixes upstream issue #27.
+    - Indentation fix in defaults.py.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Fri, 17 Aug 2012 18:29:04 +0200
 
diff --git a/x2go/defaults.py b/x2go/defaults.py
index 350a288..85432fa 100644
--- a/x2go/defaults.py
+++ b/x2go/defaults.py
@@ -41,7 +41,7 @@ if X2GOCLIENT_OS != 'Windows':
     try:
         X_DISPLAY = Xlib.display.Display()
     except Xlib.error.DisplayNameError:
-	X_DISPLAY = None
+        X_DISPLAY = None
     except Xlib.error.DisplayConnectionError:
         X_DISPLAY = None
 


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