[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 408703a76374e30603280e0b6f1bda6aa6806c27

X2Go dev team git-admin at x2go.org
Tue Aug 27 13:20:38 CEST 2013


The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
       via  408703a76374e30603280e0b6f1bda6aa6806c27 (commit)
      from  f2f9daa8e401245d35c635b6f0dba1bde8d89480 (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 |   14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/pyhoca/wxgui/taskbar.py b/pyhoca/wxgui/taskbar.py
index 460afa4..a2e8c9b 100644
--- a/pyhoca/wxgui/taskbar.py
+++ b/pyhoca/wxgui/taskbar.py
@@ -149,7 +149,19 @@ class PyHocaGUI_TaskBarIcon(wx.TaskBarIcon):
             infoFlags |= win32gui.NIIF_ERROR
 
         # Show balloon
-        lpdata = (self.__GetIconHandle(),   # hWnd
+        #lpdata = (self.__GetIconHandle(),   # hWnd
+        #          99,                       # ID
+        #          win32gui.NIF_MESSAGE|win32gui.NIF_INFO|win32gui.NIF_ICON, # flags: Combination of NIF_* flags
+        #          0,                        # CallbackMessage: Message id to be pass to hWnd when processing messages
+        #         hicon,                    # hIcon: Handle to the icon to be displayed
+        #         '',                       # Tip: Tooltip text
+        #          msg,                      # Info: Balloon tooltip text
+        #          msec,                     # Timeout: Timeout for balloon tooltip, in milliseconds
+        #          title,                    # InfoTitle: Title for balloon tooltip
+        #          infoFlags                 # InfoFlags: Combination of NIIF_* flags
+        #          )
+        # Show balloon
+        lpdata = (self._PyHocaGUI,          # hWnd
                   99,                       # ID
                   win32gui.NIF_MESSAGE|win32gui.NIF_INFO|win32gui.NIF_ICON, # flags: Combination of NIF_* flags
                   0,                        # CallbackMessage: Message id to be pass to hWnd when processing messages


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)).




More information about the x2go-commits mailing list