[X2Go-Commits] [pyhoca-gui] 02/02: profilemanager: also disable the DefaultButton for immutable session profiles

git-admin at x2go.org git-admin at x2go.org
Fri Mar 28 23:58:21 CET 2014


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 at 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



More information about the x2go-commits mailing list