The branch, master has been updated via 0aa87b1102e51ae9295aa5ffa8f6165c7d478556 (commit) from 9ecb391b533ab83ca0a4dd74ede37b70b2a9926a (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 0aa87b1102e51ae9295aa5ffa8f6165c7d478556 Author: Dick Kniep <dick.kniep@lindix.nl> Date: Mon Sep 19 14:57:15 2011 +0200 Typo in utils.py (true instead of True). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 5 +++++ x2go/utils.py | 3 ++- 2 files changed, 7 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 8350ba2..00584b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,9 +6,14 @@ python-x2go (0.1.2.0-0~x2go1) UNRELEASED; urgency=low python-x2go (0.1.1.7-0-x2go1) UNRELEASED; urgency=low + [ Mike Gabriel ] * New upstream version (0.1.1.6), bugfix release for 0.1.1.x series: - Add support for x2goumount-session calls. + [ Dick Kniep ] + * Fix for upstream version 0.1.1.6: + - Typo in utils.py (true instead of True). + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 14 Sep 2011 21:35:54 +0200 python-x2go (0.1.1.6-0~x2go1) unstable; urgency=low diff --git a/x2go/utils.py b/x2go/utils.py index fa2363b..e070557 100644 --- a/x2go/utils.py +++ b/x2go/utils.py @@ -444,5 +444,6 @@ def is_color_depth_ok(depth_session, depth_local): if depth_session == depth_local: return True if ( ( depth_session == 24 or depth_session == 32 ) and ( depth_local == 24 or depth_local == 32 ) ): - return true; + return True; return False + 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).