The branch, master has been updated via 796ee27daaba8c7e7fe31a07742acf2234b200b1 (commit) from 986dd6c6e1e8072985974cb1ed88f103c7c8356a (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 796ee27daaba8c7e7fe31a07742acf2234b200b1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Apr 11 00:28:17 2012 +0200 typo ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/logon.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/logon.py b/pyhoca/wxgui/logon.py index 5797c0c..5fd4985 100644 --- a/pyhoca/wxgui/logon.py +++ b/pyhoca/wxgui/logon.py @@ -316,7 +316,7 @@ class PyHocaGUI_DialogBoxPassword(wx.Dialog): except x2go.X2goSSHProxyAuthenticationException: try: wx.EndBusyCursor() except: pass - self._PyHocaGUI.notifier.send(title=_(u'%s - ssh proxy') % self.current_profile_name, + self._PyHocaGUI.notifier.send(title=_(u'%s - SSH proxy') % self.current_profile_name, text=_(u'Authentication to the SSH proxy server failed!'), icon='auth_failed') if self.sshproxy_auth: 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)).