The branch, master has been updated via 56bb7e448827dc04c8f1e680b624a3d5c3720b21 (commit) from 5b871552813091544650f7333f40081fc5ee8560 (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 56bb7e448827dc04c8f1e680b624a3d5c3720b21 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jun 28 15:59:20 2011 +0200 Minor fix for X2go printing ----------------------------------------------------------------------- Summary of changes: x2go/printqueue.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2go/printqueue.py b/x2go/printqueue.py index 4529c9f..d064e41 100644 --- a/x2go/printqueue.py +++ b/x2go/printqueue.py @@ -105,7 +105,7 @@ class X2goPrintQueue(threading.Thread): self.client_rootdir = client_instance.get_client_rootdir() self.printing_backend = printing_backend if print_action is not None: - self.set_print_action(print_action, logger=logger, **print_action_args) + self.set_print_action(print_action, client_instance=self.client_instance, logger=logger, **print_action_args) threading.Thread.__init__(self) self.daemon = True self._accept_jobs = True 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).