The branch, master has been updated via d3be56fe6794a891488320343db3cd34b8236b7e (commit) from 93e268e71d8e8903f711ad46f10da4d94c5cfa07 (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 d3be56fe6794a891488320343db3cd34b8236b7e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Apr 28 21:38:55 2012 +0200 drop dummy published applications menu ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/menus_taskbar.py | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py index 411446d..baf5fb7 100644 --- a/pyhoca/wxgui/menus_taskbar.py +++ b/pyhoca/wxgui/menus_taskbar.py @@ -431,12 +431,6 @@ def _generate_Menu_PublishedApplications(_PyHocaGUI, caller=None, profile_name=N _wx_menu_map[_category_name_translator[cat][0]][0].AppendItem(_menu_item) _PyHocaGUI.Bind(wx.EVT_MENU, _PyHocaGUI.OnPubAppExecution, id=_pubapp_id) - else: - _dummy_menu = wx.Menu() - _dummy_item = _dummy_menu.Append(wx.NewId(), text=_(u'still loading'), help=_(u'On slow connections, the loading of the application menu can take a couple of seconds.')) - _dummy_item.Enable(False) - _wx_menu_map = { _(u'Retrieving Application Menu...'): (_dummy_menu, os.path.normpath('%s/PyHoca/%s/x2go-logo-grey.png' % (_icons_location, _icon_size))), } - return _wx_menu_map 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)).