The branch, master has been updated via 30dd0499b0199a0507d1a03454f56901d013d458 (commit) from 519373dfea10d4d15dc31a38b613ce0984c443c7 (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 30dd0499b0199a0507d1a03454f56901d013d458 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 7 14:41:13 2011 +0100 some menu beautifications (2) ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/menus_taskbar.py | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py index 8f5814d..5c066fb 100644 --- a/pyhoca/wxgui/menus_taskbar.py +++ b/pyhoca/wxgui/menus_taskbar.py @@ -333,12 +333,11 @@ class PyHocaGUI_Menu_TaskbarSessionProfile(wx.Menu): self.AppendSeparator() - if current_profile_config['applications']: + if current_profile_config['applications'] and current_profile_config['command'] in x2go.defaults.X2GO_DESKTOPSESSIONS: self.AppendMenu(id=ID_LAUNCHAPPLICATION, text=_(u"Launch Single Application"), submenu=PyHocaGUI_Menu_LaunchSingleApplication(self._PyHocaGUI, caller=self, profile_name=profile_name) ) - - self.AppendSeparator() + self.AppendSeparator() _query_session_uuid = self._PyHocaGUI.client_connected_sessions_of_profile_name(profile_name, return_objects=False)[0] _session_list = self._PyHocaGUI.list_sessions(_query_session_uuid) 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)).