[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 0.0.30.1-60-g5da0079
X2Go dev team
git-admin at x2go.org
Sat Sep 14 15:54:51 CEST 2013
The branch, twofactorauth has been updated
via 5da0079366a063661d1ba2a25caa99c3fbb2e73a (commit)
from 458bcbf10fc610b25be07ad821640f54dc36f90b (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
pyhoca/wxgui/menus_taskbar.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py
index 1f4b94b..945bdd0 100644
--- a/pyhoca/wxgui/menus_taskbar.py
+++ b/pyhoca/wxgui/menus_taskbar.py
@@ -277,9 +277,13 @@ class PyHocaGUI_Menu_TaskbarProfileNames(wx.Menu):
self._PyHocaGUI.Bind(wx.EVT_UPDATE_UI, self.OnUpdateUI, id=_this_id)
if not _profile_names:
- _dummy = self.Append(text=_('No session profiles defined'), id=wx.NewId())
+ if not filter_profiles:
+ _dummy = self.Append(text=_(u'No session profiles defined'), id=wx.NewId())
+ else:
+ _dummy = self.Append(text=_(u'All session profiles are connected'), id=wx.NewId())
_dummy.Enable(False)
+
def OnUpdateUI(self, evt):
profile_name = self._PyHocaGUI._eventid_profilenames_map[evt.GetId()]
if profile_name in self._PyHocaGUI._temp_disabled_profile_names:
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)).
More information about the x2go-commits
mailing list