[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 1c12b154b890aed5bed11c04107e6c3cd3f2bce7

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:54:19 CEST 2013


The branch, twofactorauth has been updated
       via  1c12b154b890aed5bed11c04107e6c3cd3f2bce7 (commit)
      from  86d083d5f05ac00df9259f2162f910512baa4a31 (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/notify.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/pyhoca/wxgui/notify.py b/pyhoca/wxgui/notify.py
index 0b6ecac..981f8c1 100644
--- a/pyhoca/wxgui/notify.py
+++ b/pyhoca/wxgui/notify.py
@@ -99,13 +99,13 @@ class win32gui_NotifierPopup(object):
         self._pyhoca_logger = self._PyHocaGUI._pyhoca_logger
         self.taskbar = self._PyHocaGUI.taskbar
 
-    def prepare(self, context, title=None, text=None):
+    def prepare(self, context, title=None, text=None, icon=None):
         if title is not None:
             self.title[context] = title
         if text is not None:
             self.text[context] = text
 
-    def send(self, title=None, text=None, context=None, timeout=8000):
+    def send(self, title=None, text=None, context=None, icon=None, timeout=8000):
         if context is not None:
             try:
                 title = self.title[context]


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