The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via a5e7fc0e0d950b243c3ad4e82d492d230b114883 (commit) from 2c338686b7cce3c12f8cd805950d4a597e037218 (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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index 91dd90f..4354b2f 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -548,7 +548,7 @@ class PyHocaGUI(wx.App, x2go.X2goClient): ##_p.Show(True) #print 9 def HOOK_printaction_error(self, filename, profile_name='UNKNOWN', session_name='UNKNOWN', err_msg='GENERIC_ERROR'): - self.notifier.send('%s - print error' % profile_name, '%s\n...caused by session\n%s' % (err_msg, session_name), icon='session_printing', timeout=5000) + self.notifier.send('%s - print error' % profile_name, '%s\n...caused by session\n%s' % (err_msg, session_name), icon='session_error', timeout=5000) def HOOK_on_session_has_started_by_me(self, session_uuid='UNKNOWN', profile_name='UNKNOWN', session_name='UNKNOWN'): self.notifier.send('%s - start' % profile_name, 'New X2go session starting up...\n%s' % session_name, icon='session_start', timeout=5000) def HOOK_on_session_has_started_by_other(self, session_uuid='UNKNOWN', profile_name='UNKNOWN', session_name='UNKNOWN'): 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)).