The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via ac750e0c0c547caf19bcd36d48d41fb36146b62f (commit) from 85f634b07ef3b07d6a1ff6c00afc74f6621cb00d (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/logon.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/logon.py b/pyhoca/wxgui/logon.py index aa6cede..dccebf7 100644 --- a/pyhoca/wxgui/logon.py +++ b/pyhoca/wxgui/logon.py @@ -188,7 +188,6 @@ class PyHocaGUI_DialogBoxPassword(wx.Dialog): if self.sshproxy_auth: - print self.current_profile_config if self.current_profile_config.has_key('sshproxyuser'): if self.current_profile_config.has_key('sshproxysameuser') and not self.current_profile_config['sshproxysameuser']: self.sshProxyUserTxt.SetValue(self.current_profile_config['sshproxyuser']) @@ -285,14 +284,14 @@ class PyHocaGUI_DialogBoxPassword(wx.Dialog): self._PyHocaGUI._X2goClient__connect_session(session_uuid, username=username, password=password, - force_password_auth=force_password_auth, + force_password_auth=force_password_auth, add_to_known_hosts=False, sshproxy_user=sshproxy_user, sshproxy_password=sshproxy_password ) if not self._PyHocaGUI._X2goClient__server_valid_x2gouser(session_uuid): - self._PyHocaGUI.notifier.prepare('AUTH_%s' % self.current_profile_name, - title=_(u'%s - connect failure') % self.current_profile_name, + self._PyHocaGUI.notifier.prepare('AUTH_%s' % self.current_profile_name, + title=_(u'%s - connect failure') % self.current_profile_name, text=_(u'User is not allowed to start X2Go sessions!'), icon='auth_error') self._PyHocaGUI.OnServerDisconnect(evt) 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)).