The branch, build-baikal has been updated via e6713d9c1b31c3ee70bea35b7e85a9d0923deb1e (commit) from 612d10e9dafefc247120c531c379b226ab27ce7f (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/printactions.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2go/printactions.py b/x2go/printactions.py index 46f8050..0018a37 100644 --- a/x2go/printactions.py +++ b/x2go/printactions.py @@ -22,8 +22,8 @@ Print jobs can either be sent to any of the local print queues (CUPS, Win32API), be opened in an external PDF viewer, be saved to a local folder or be handed over to a custom (print) command. This is defined by four print action classes -(X2goPrintActionPDFVIEW, X2goPrintActionPDFSAVE, X2goPrintActionPRINT and -X2goPrintActionPRINTCMD). +(L{X2goPrintActionDIALOG}, L{X2goPrintActionPDFVIEW}, L{X2goPrintActionPDFSAVE}, L{X2goPrintActionPRINT} and +L{X2goPrintActionPRINTCMD}). """ __NAME__ = 'x2goprintactions-pylib' @@ -123,6 +123,15 @@ class X2goPrintAction(object): """\ Extract a human readable filename for the X2go print job file. + @param pdf_file: PDF file name as placed in to the X2go spool directory + @type pdf_file: C{str} + @param job_title: human readable print job title + @type job_title: C{str} + @param target_path: target path for human readable file + @type target_path: C{str} + @return: full readable file name path + @rtype: C{str} + """ _hr_path = os.path.expanduser(os.path.join(target_path, '%s.pdf' % utils.slugify(job_title))) i = 0 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).