[X2Go-Commits] pyhoca-gui.git - master (branch) updated: 0.4.0.8-18-gb9235e3

X2Go dev team git-admin at x2go.org
Fri Nov 15 22:08:12 CET 2013


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




More information about the x2go-commits mailing list