The branch, twofactorauth has been updated via f358d7e770debce6b81202a3b226356480087145 (commit) from 0e2414813e0d7c9e75ac4738eef975188b2589cb (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/printing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/printing.py b/x2go/printing.py index 5e903d4..3091975 100644 --- a/x2go/printing.py +++ b/x2go/printing.py @@ -118,7 +118,7 @@ class X2goClientPrinting(inifiles.X2goIniFile): if _general_pdfview and _view_open: _view_command = self.get('view', 'command') - self._print_action = X2goPrintActionPDFVIEW(pdf_viewer_command=_view_command, logger=self.logger) + self._print_action = X2goPrintActionPDFVIEW(pdfview_cmd=_view_command, logger=self.logger) elif _general_pdfview and not _view_open: self._print_action = X2goPrintActionPDFSAVE(logger=self.logger) 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).