The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via c091b5435ef4646248a29e10041ad74bd74545b8 (commit) from 7f861593a292d2eda0806eb75a6c6e92cb9365de (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 | 7 ++++--- pyhoca/wxgui/notify.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py index 93a7ce1..b0892aa 100644 --- a/pyhoca/wxgui/menus_taskbar.py +++ b/pyhoca/wxgui/menus_taskbar.py @@ -177,9 +177,10 @@ class PyHocaGUI_Menu_TaskbarSessionProfile(wx.Menu): self.Append(id=ID_DISCONNECT, text="&Disconnect from Server") self._PyHocaGUI.current_profile_name = profile_name - self.Bind(wx.EVT_MENU, self._PyHocaGUI.OnSessionStart, id=ID_SESSIONSTART) - self.Bind(wx.EVT_MENU, self._PyHocaGUI.OnCleanSessions, id=ID_CLEANSESSIONS) - self.Bind(wx.EVT_MENU, self._PyHocaGUI.OnSessionDisconnect, id=ID_DISCONNECT) + #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) class PyHocaGUI_Menu_TaskbarProfileNames(wx.Menu): diff --git a/pyhoca/wxgui/notify.py b/pyhoca/wxgui/notify.py index 49d041c..be92b3c 100644 --- a/pyhoca/wxgui/notify.py +++ b/pyhoca/wxgui/notify.py @@ -102,7 +102,7 @@ class win32gui_NotifierPopup(object): except KeyError: pass - #self.taskbar.ShowBalloon(title, text, msec=timeout) + self.taskbar.ShowBalloon(title, text, msec=timeout) self._pyhoca_logger(text, loglevel=log.loglevel_NOTICE) def Close(self): 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)).