The branch, master has been updated via 2c7ce58ee48411235359846f85b93d1087b823e5 (commit) from 43f3d53d46687eed835a3202eda482738cfe1659 (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 2c7ce58ee48411235359846f85b93d1087b823e5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jun 20 22:05:21 2011 +0200 Make sure (SSH proxy) passwords are set to None when Logon Window is evoked. ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/logon.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/logon.py b/pyhoca/wxgui/logon.py index 05a4bd1..f63a701 100644 --- a/pyhoca/wxgui/logon.py +++ b/pyhoca/wxgui/logon.py @@ -79,8 +79,11 @@ class PyHocaGUI_DialogBoxPassword(wx.Frame): if self.sshproxy_auth: self.sshproxy_started = False + self.sshproxy_password = None self.SetTitle(_(u'%s (via %s)') % (profile_name, self.current_profile_config['sshproxyhost'])) + self.password = None + self.userLbl = wx.StaticText(self, wx.ID_ANY, _(u'Username')+':', size=(-1, -1)) self.userTxt = wx.TextCtrl(self, wx.ID_ANY, '', style=wx.TE_PROCESS_ENTER, size=(120, -1)) self.passwordLbl = wx.StaticText(self, wx.ID_ANY, _(u'Password')+':', size=(-1, -1)) 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)).