The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via f2f9daa8e401245d35c635b6f0dba1bde8d89480 (commit) from dfb1ca6eae8be633ec2bf5ea70ec334775a99ec4 (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/taskbar.py | 1 + 1 file changed, 1 insertion(+) The diff of changes is: diff --git a/pyhoca/wxgui/taskbar.py b/pyhoca/wxgui/taskbar.py index c49caa9..460afa4 100644 --- a/pyhoca/wxgui/taskbar.py +++ b/pyhoca/wxgui/taskbar.py @@ -132,6 +132,7 @@ class PyHocaGUI_TaskBarIcon(wx.TaskBarIcon): print 'SHOWING BALLOON!!!!!!!!!!!!!!!' if x2go.X2GOCLIENT_OS == 'Windows' and self.IsIconInstalled(): try: + print 'IN TRY BLOCK' self.__SetBalloonTip(self.icon.GetHandle(), title, text, msec, flags) except Exception, e: self._pyhoca_logger(str(e)) 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)).