The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via 121965a2829425ee28e349500f60333da6b1cef4 (commit) from 1c12b154b890aed5bed11c04107e6c3cd3f2bce7 (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/frontend.py | 1 - pyhoca/wxgui/notify.py | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index fed9fab..01cad97 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -203,7 +203,6 @@ class PyHocaGUI(wx.App, x2go.X2goClient): """ x2go.x2go_cleanup() - wx.EndBusyCursor() # close open password dialogs (or other remaining windows) for _win in self._sub_windows: _win.Destroy() diff --git a/pyhoca/wxgui/notify.py b/pyhoca/wxgui/notify.py index 981f8c1..33f756b 100644 --- a/pyhoca/wxgui/notify.py +++ b/pyhoca/wxgui/notify.py @@ -118,7 +118,8 @@ class win32gui_NotifierPopup(object): except KeyError: pass - self.taskbar.ShowBalloon(title, text, msec=timeout) + _tip_provider = wx.PyTipProvider('%s: %s' % (title, text) + wx.ShowTip(_tip_provider) 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)).