The branch, master has been updated via 94d76420b3ce9db86873841a14bbe56fd4ecebd5 (commit) from 1e6395a15de1e7ae13442aaaf627ca0dd0881076 (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 94d76420b3ce9db86873841a14bbe56fd4ecebd5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Apr 20 00:54:21 2012 +0200 menu separator fix ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/menus_taskbar.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py index eefb3e9..a4dcb79 100644 --- a/pyhoca/wxgui/menus_taskbar.py +++ b/pyhoca/wxgui/menus_taskbar.py @@ -525,7 +525,7 @@ class PyHocaGUI_Menu_TaskbarSessionProfile(wx.Menu): _item = self.AppendItem(item=_menu_item) if _session_name_disabled: _item.Enable(False) - if _category_map: + if _category_names: self.AppendSeparator() ID_RESUMESESSION = wx.NewId() 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)).