This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 4eb388ce74d6dba0412a66a8bf1e1f0b1d6e53e9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Apr 5 08:57:14 2014 +0200 broker logon: don't populate session profiles when in broker mode --- pyhoca/wxgui/brokerlogon.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyhoca/wxgui/brokerlogon.py b/pyhoca/wxgui/brokerlogon.py index e423f49..8ef10f9 100644 --- a/pyhoca/wxgui/brokerlogon.py +++ b/pyhoca/wxgui/brokerlogon.py @@ -177,7 +177,6 @@ class PyHocaGUI_BrokerDialogBoxPassword(wx.Dialog): try: if self._PyHocaGUI.session_profiles.broker_simpleauth(username, password): self._PyHocaGUI.notifier.send(_(u"%s - success") % self._PyHocaGUI.broker_name, _(u"Authentication to session broker has been\nsuccessful."), icon='auth_success', timeout=10000) - self._PyHocaGUI.session_profiles.populate_session_profiles() else: self._PyHocaGUI.notifier.send(_(u"%s - failure") % self._PyHocaGUI.broker_name, _(u"Authentication to session broker failed."), icon='auth_failed', timeout=10000) self.Close() -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git