The branch, master has been updated via 19fd6c12a12101f98d21b179d4d9b679ddee69a1 (commit) from aeb4143ad02160bd081a02acb19335f6b71bd326 (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 ----------------------------------------------------------------- commit 19fd6c12a12101f98d21b179d4d9b679ddee69a1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Apr 21 21:44:34 2013 +0200 fix for last commit ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/taskbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/pyhoca/wxgui/taskbar.py b/pyhoca/wxgui/taskbar.py index 2f00454..97a666c 100644 --- a/pyhoca/wxgui/taskbar.py +++ b/pyhoca/wxgui/taskbar.py @@ -50,7 +50,7 @@ import basepath _icons_location = basepath.icons_basepath -def MakeIcon(self, icon_name, fallback_name='pyhoca-trayicon'): +def MakeIcon(icon_name, fallback_name='pyhoca-trayicon'): """\ The various platforms have different requirements for the icon size... 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)).