The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via ee245123a1427218d89c9ef5e9cb30d3055e7c8d (commit) from c091b5435ef4646248a29e10041ad74bd74545b8 (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 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py index b0892aa..843e24d 100644 --- a/pyhoca/wxgui/menus_taskbar.py +++ b/pyhoca/wxgui/menus_taskbar.py @@ -178,9 +178,11 @@ class PyHocaGUI_Menu_TaskbarSessionProfile(wx.Menu): self._PyHocaGUI.current_profile_name = profile_name #self.Bind(wx.EVT_MENU, self._PyHocaGUI.OnSessionStart, id=ID_SESSIONSTART) - self.Bind(wx.wxEVT_COMMAND_MENU_SELECTED, self._PyHocaGUI.OnSessionStart, id=ID_SESSIONSTART) - self.Bind(wx.wxEVT_COMMAND_MENU_SELECTED, self._PyHocaGUI.OnCleanSessions, id=ID_CLEANSESSIONS) - self.Bind(wx.wxEVT_COMMAND_MENU_SELECTED, self._PyHocaGUI.OnSessionDisconnect, id=ID_DISCONNECT) + #self.Bind(wx.EVT_MENU, self._PyHocaGUI.OnCleanSessions, id=ID_CLEANSESSIONS) + #self.Bind(wx.EVT_MENU, self._PyHocaGUI.OnSessionDisconnect, id=ID_DISCONNECT) + wx.EVT_MENU(self, ID_SESSIONSTART, self._PyHocaGUI.OnSessionStart) + wx.EVT_MENU(self, ID_CLEANSESSIONS, self._PyHocaGUI.OnCleanSessions) + wx.EVT_MENU(self, ID_DISCONNECT, self._PyHocaGUI.OnSessionDisconnect) class PyHocaGUI_Menu_TaskbarProfileNames(wx.Menu): 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)).