This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit f8c6a420e58970b3cad8423c2cb86cb36ff2a97a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Mar 24 15:25:11 2014 +0100 profilemanager: also disable the DefaultButton for immutable session profiles --- pyhoca/wxgui/profilemanager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index 24d8997..36b43a0 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -387,6 +387,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog): else: self.OKButton.Enable(False) self.ApplyButton.Enable(False) + self.DefaultButton.Enable(False) self.CancelButton.SetDefault() self.__set_properties() -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git