[X2Go-Commits] python-x2go.git - release/0.4.0.x (branch) updated: 0.0.38.0-61-gdb0e361

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:16:42 CET 2014


The branch, release/0.4.0.x has been updated
       via  db0e3614c202bfe4d602c6a68dc42b2c70b4842f (commit)
      from  ec03b4296bee821de5082e51f5da918e6d262d83 (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/backends/printing/_file.py |    8 ++++----
 x2go/defaults.py                |    1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

The diff of changes is:
diff --git a/x2go/backends/printing/_file.py b/x2go/backends/printing/_file.py
index ce9f086..4aec598 100644
--- a/x2go/backends/printing/_file.py
+++ b/x2go/backends/printing/_file.py
@@ -161,15 +161,15 @@ class X2goClientPrintingFILE(inifiles.X2goIniFile):
             self.update_value('print', 'startcmd', True)
 
         if kwargs.has_key('pdfview_cmd'):
-            self.update_value('view', 'command', kwargs['pdfview_cmd']
+            self.update_value('view', 'command', kwargs['pdfview_cmd'])
 
         if kwargs.has_key('save_to_folder'):
-            self.update_value('save', 'folder', kwargs['save_to_folder']
+            self.update_value('save', 'folder', kwargs['save_to_folder'])
 
         if kwargs.has_key('printer'):
-            self.update_value('CUPS', 'defaultprinter', kwargs['printer']
+            self.update_value('CUPS', 'defaultprinter', kwargs['printer'])
 
         if kwargs.has_key('print_cmd'):
-            self.update_value('print', 'command', kwargs['print_cmd']
+            self.update_value('print', 'command', kwargs['print_cmd'])
 
 
diff --git a/x2go/defaults.py b/x2go/defaults.py
index ca43f63..190f5b2 100644
--- a/x2go/defaults.py
+++ b/x2go/defaults.py
@@ -206,6 +206,7 @@ X2GO_CLIENTPRINTING_DEFAULTS = {
     'save': {
         # a path relative to the user's home directory
         'folder': 'PDF',
+    },
     'view': {
         # If General->pdfview is true: 
         #   if open is true, the PDF viewer command is executed


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