This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit e652f9506d65eea071980dcac9db08b4a6069365 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Jun 29 14:24:00 2014 +0200 Grey-out all SSH related options for DirectRDP sessions. --- debian/changelog | 1 + pyhoca/wxgui/profilemanager.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 62a9de4..3c45a55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -60,6 +60,7 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low - Update English / German translation. - Add subsystem string support for HOOK_forward_tunnel_setup_failed hook. - Improve NX performance by reducing reactivity of wx widgets. + - Grey-out all SSH related options for DirectRDP sessions. * debian/control: + Add D (bin:package pyhoca-gui): python-cups. (Fixes: #460). diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index 3f85091..87080f2 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -1542,6 +1542,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog): self.SSHAutoLogin.Enable(False) if PARAMIKO_FEATURE['forward-ssh-agent']: self.SSHForwardAuthAgent.Enable(False) + self.UniqueHostKeyAliases.Enable(False) self.UseSSHProxy.Enable(False) self.staticbox_LinkSpeed.Enable(False) self.staticbox_Proxy.Enable(False) @@ -1612,6 +1613,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog): self.SSHKeyFileLabel.Enable(True) self.SSHKeyFile.Enable(True) self.SSHKeyFileBrowseButton.Enable(True) + self.UniqueHostKeyAliases.Enable(True) self.UseSSHProxy.Enable(True) self.staticbox_Proxy.Enable(True) self.staticbox_LinkSpeed.Enable(True) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git