[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 8f31b34ff60053e016e74dace7ff21e2f9a0bff1
X2Go dev team
git-admin at x2go.org
Sat Sep 14 15:54:31 CEST 2013
The branch, twofactorauth has been updated
via 8f31b34ff60053e016e74dace7ff21e2f9a0bff1 (commit)
from ef9f0b56383e6bbee2de96294eca0c1e17c9a189 (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/profilemanager.py | 1 +
1 file changed, 1 insertion(+)
The diff of changes is:
diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py
index 167dc45..2c7c8a3 100644
--- a/pyhoca/wxgui/profilemanager.py
+++ b/pyhoca/wxgui/profilemanager.py
@@ -132,6 +132,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog):
path_to_icon = os.path.normpath('%s/icons/PyHoca/128x128/pyhoca-session.png' % _share_location)
self.IconPath = path_to_icon
path_to_icon = path_to_icon.replace('icons/128x128/x2gosession.png', os.path.normpath('icons/PyHoca/128x128/pyhoca-session.png'))
+ path_to_icon = path_to_icon.replace('x2gosession.png', 'pyhoca-session.png')
self.IconButtonLabel = wx.StaticText(self.tab_Session, -1, "Profile icon:")
self.IconButton = wx.BitmapButton(self.tab_Session, -1, wx.Bitmap(path_to_icon, wx.BITMAP_TYPE_ANY))
self.SessionTypeLabel = wx.StaticText(self.tab_Session, -1, "Session type:")
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