[X2go-Commits] pyhoca-gui.git - master (branch) updated: 0.2.1.1-79-g7caa1ad

X2Go dev team git-admin at x2go.org
Sat Feb 2 00:07:51 CET 2013


The branch, master has been updated
       via  7caa1adddc92a52365f1df8a348dd6005ab05589 (commit)
      from  e03d857ea2dfabacde68f844dfe92dd228aacaff (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 7caa1adddc92a52365f1df8a348dd6005ab05589
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Feb 2 00:09:19 2013 +0100

    Fix print dialog box: update the configuration from the GUI widgets before handing it over to some calling agent.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog              |    2 ++
 pyhoca/wxgui/printingprefs.py |    1 +
 2 files changed, 3 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index f5b0ba1..125bfe5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,8 @@ pyhoca-gui (0.4.0.0-0~x2go1) UNRELEASED; urgency=low
     - Become aware of multiple PyHoca-GUI processes being allowed.
       Pre-requisited, that each instance runs on its own $DISPLAY
       ($DISPLAY detection yet unfinished).
+    - Fix print dialog box: update the configuration from the GUI widgets
+      before handing it over to some calling agent.
   * /debian/control:
     + Thanks to Orion's patch in bug #91 we can drop many build dependencies.
     + Versioned Depend: on python-x2go (>= 0.4.0.0-0~).
diff --git a/pyhoca/wxgui/printingprefs.py b/pyhoca/wxgui/printingprefs.py
index feb2f9f..1199ce0 100644
--- a/pyhoca/wxgui/printingprefs.py
+++ b/pyhoca/wxgui/printingprefs.py
@@ -297,6 +297,7 @@ class PyHocaGUI_PrintingPreferences(wx.Dialog):
         Retrieve the current print action.
 
         """
+        self.__update_from_screen()
         return self.client_printing.get_print_action(reinit=True)
 
     def get_print_action_properties(self):


hooks/post-receive
-- 
pyhoca-gui.git (Python X2Go Client (wxPython GUI))

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 "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).




More information about the x2go-commits mailing list