[X2go-Commits] python-x2go.git - release/0.1.1.x (branch) updated: 0.1.1.4-9-g7ad69fb

X2go dev team git-admin at x2go.org
Thu Jul 21 23:29:37 CEST 2011


The branch, release/0.1.1.x has been updated
       via  7ad69fbf897ef2698ac99a40071cc04da8aaf585 (commit)
      from  a22d5eac8b65ec2e8ca6d5f618b8c2e68bdcf873 (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 7ad69fbf897ef2698ac99a40071cc04da8aaf585
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Jul 21 23:28:25 2011 +0200

    fix for link quality patch

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

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

The diff of changes is:
diff --git a/x2go/utils.py b/x2go/utils.py
index 8aaf6df..9bf38b1 100644
--- a/x2go/utils.py
+++ b/x2go/utils.py
@@ -199,7 +199,8 @@ def _convert_SessionProfileOptions_2_SessionParams(_options):
     # append value for quality to value for pack method
     if _params['quality']:
         _params['pack'] = '%s-%s' % (_params['pack'], _params['quality'])
-        del _params['quality']
+    # delete quality in any case...
+    del _params['quality']
 
     del _params['fstunnel']
 


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