The branch, master has been updated via 12e0b9a0396ffb5651b21e0959dd09373a4ed921 (commit) from 05d7b359e15775162ea1d0c47fd909c5cecbaf6a (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 12e0b9a0396ffb5651b21e0959dd09373a4ed921 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue May 15 13:20:14 2012 +0200 extension fix ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/about.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/about.py b/pyhoca/wxgui/about.py index 72865b1..436d5b6 100644 --- a/pyhoca/wxgui/about.py +++ b/pyhoca/wxgui/about.py @@ -88,7 +88,7 @@ class PyHocaGUI_AboutFrame(wx.Frame): icon_file = os.path.normpath('%s/PyHoca/%s/%s.png' % (basepath.icons_basepath, icon_size, icon_name)) if not (os.path.isfile(str(icon_file)) or os.path.islink(str(icon_file))): - icon_file = os.path.normpath('%s/PyHoca/%s/%s.png' % (basepath.icons_basepath, icon_size, 'pyhoca-winicon.png')) + icon_file = os.path.normpath('%s/PyHoca/%s/%s.png' % (basepath.icons_basepath, icon_size, 'pyhoca-winicon')) img = wx.Image(icon_file) icon = wx.IconFromBitmap(img.ConvertToBitmap()) 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)).