The branch, master has been updated via 62ed99536d9f741df7033bb890eaab468869e412 (commit) from 8a1d390676b43170edcf0146c1f20488393624ff (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 ----------------------------------------------------------------- commit 62ed99536d9f741df7033bb890eaab468869e412 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Apr 12 13:16:59 2012 +0200 fix menu separator ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/menus_taskbar.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py index ddb4104..feeeb4e 100644 --- a/pyhoca/wxgui/menus_taskbar.py +++ b/pyhoca/wxgui/menus_taskbar.py @@ -603,8 +603,6 @@ class PyHocaGUI_Menu_TaskbarSessionProfile(wx.Menu): _session_list_names = [] if _session_list: - self.AppendSeparator() - # newest sessions at the top if current_profile_config['published']: _session_list_names = [ _s_name for _s_name in _session_list.keys() if not _session_list[_s_name].is_published_applications_provider() ] @@ -614,6 +612,8 @@ class PyHocaGUI_Menu_TaskbarSessionProfile(wx.Menu): if _session_list_names: + self.AppendSeparator() + for session_name in _session_list_names: session = self._PyHocaGUI.get_session_of_session_name(session_name, return_object=True) 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)).