[X2go-Commits] python-x2go.git - master (branch) updated: 0.2.0.10-67-g6445a86
X2Go dev team
git-admin at x2go.org
Mon Nov 12 11:16:00 CET 2012
The branch, master has been updated
via 6445a869c0d6c857450ebbae46186b810e59911a (commit)
from 5b5d71d08a7fbeb2a052a9ddf7a1c8a4faa0da7f (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 6445a869c0d6c857450ebbae46186b810e59911a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Nov 12 11:15:13 2012 +0100
fix allow_printing in session registration of X2goClient
-----------------------------------------------------------------------
Summary of changes:
x2go/client.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/x2go/client.py b/x2go/client.py
index 91a11a3..62da464 100644
--- a/x2go/client.py
+++ b/x2go/client.py
@@ -969,7 +969,7 @@ class X2goClient(object):
_profile_id = utils._genSessionProfileId()
_profile_name = profile_name or sys.argv[0]
_params = kwargs
- _params['printing'] = printing
+ _params['printing'] = allow_printing
_params['allow_share_local_folders'] = allow_share_local_folders
_params['share_local_folders'] = share_local_folders
_params['allow_mimebox'] = allow_mimebox
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