[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.0.30.1-58-gdd379e7
X2Go dev team
git-admin at x2go.org
Tue Aug 27 13:21:20 CEST 2013
The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
via dd379e7009d8bf7a6ae496aeeb86ba7defa7c0c9 (commit)
from 957142e6ecbca5f20aa91101cf158d691cb3a598 (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:
pyhoca/wxgui/frontend.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
The diff of changes is:
diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py
index d1493c7..463dec8 100644
--- a/pyhoca/wxgui/frontend.py
+++ b/pyhoca/wxgui/frontend.py
@@ -612,10 +612,9 @@ class PyHocaGUI(wx.App, x2go.X2goClient):
_pp_dialog = printingprefs.PyHocaGUI_PrintingPreferences(self, mode='print', profile_name=profile_name, session_name=session_name)
while _pp_dialog in self._sub_windows:
_print_action = _pp_dialog.get_print_action()
- _print_action_properties = _pp_dialog.get_print_action_properties()
gevent.sleep(.2)
- return _print_action, _print_action_properties
+ return _print_action
def HOOK_printaction_error(self, filename, profile_name='UNKNOWN', session_name='UNKNOWN', err_msg='GENERIC_ERROR', printer=None):
if printer:
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