[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.1.1.1-9-g56bb7e4

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:56:57 CEST 2013


The branch, twofactorauth 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2go/printqueue.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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).




More information about the x2go-commits mailing list