The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via ff55693a72f83dd9ef96b4809828c4989a4fd1cc (commit) from eb43b64d9838be671e95734e8656f62f91ec50d9 (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 | 3 +++ 1 file changed, 3 insertions(+) The diff of changes is: diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py index 945bdd0..a546912 100644 --- a/pyhoca/wxgui/menus_taskbar.py +++ b/pyhoca/wxgui/menus_taskbar.py @@ -260,6 +260,9 @@ class PyHocaGUI_Menu_TaskbarProfileNames(wx.Menu): _profile_names.sort() if filter_profiles: _profile_names = [ p for p in _profile_names if p not in filter_profiles ] + + _profile_names.sort() + for profile_name in _profile_names: _this_id = wx.NewId() self._PyHocaGUI._eventid_profilenames_map[_this_id] = profile_name 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)).