The branch, master has been updated via ff2c5020c462c1ee05ef32b82c60dd6ccf22777e (commit) from 9f6c08f94d52c5c662fcfae91c2da524521ace4c (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 ff2c5020c462c1ee05ef32b82c60dd6ccf22777e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jan 14 10:38:26 2013 +0100 disable UniqueHostAliases checkbox in profile manager when connected ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/profilemanager.py | 1 + 1 file changed, 1 insertion(+) The diff of changes is: diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index c0f7b32..71fd136 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -1207,6 +1207,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog): self.SSHPort.Enable(False) self.SSHKeyFileLabel.Enable(False) self.SSHKeyFile.Enable(False) + self.UniqueHostAliases.Enable(False) self.SSHAutoLogin.Enable(False) if PARAMIKO_FEATURE['forward-ssh-agent']: self.SSHForwardAuthAgent.Enable(False) 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)).