The branch, master has been updated via b9235e33ca5e7429607fe0b66ad395a444940147 (commit) from 623aa9ca6623ee269e78ebb4f9ed67aa4ce0e299 (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 b9235e33ca5e7429607fe0b66ad395a444940147 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 15 12:10:34 2013 +0100 fix default icon name in PyHoca_AboutFrame class constructor ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/pyhoca/wxgui/about.py b/pyhoca/wxgui/about.py index f6b67b0..1343599 100644 --- a/pyhoca/wxgui/about.py +++ b/pyhoca/wxgui/about.py @@ -46,7 +46,7 @@ class PyHocaGUI_AboutFrame(wx.Frame): wxWidget displaying an ,,About'' window for this application. """ - def __init__(self, _PyHocaGUI, caller=None, about_image=None, icon_name='pyhoca-winicon.png', about_what=None, ): + def __init__(self, _PyHocaGUI, caller=None, about_image=None, icon_name='pyhoca-winicon', about_what=None, ): """\ About window (constructor). 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)).