[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: b2e428432a626c9b5507108a79b23ba89d358e28

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:54:19 CEST 2013


The branch, twofactorauth has been updated
       via  b2e428432a626c9b5507108a79b23ba89d358e28 (commit)
      from  df6194f9346e3951692e5ec5e43bc9fe3f5716bc (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/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 6aea2b1..20d86e3 100644
--- a/pyhoca/wxgui/taskbar.py
+++ b/pyhoca/wxgui/taskbar.py
@@ -51,7 +51,7 @@ if os.environ.has_key('PYHOCAGUI_DEVELOPMENT') and os.environ['PYHOCAGUI_DEVELOP
     _icons_location = os.path.join(os.path.abspath(os.path.curdir), 'icons')
 else:
     if x2go.X2GOCLIENT_OS == 'Windows':
-        _icons_location = os.path.join(os.environ('ProgramFiles'), 'PyHoca-GUI', 'icons')
+        _icons_location = os.path.join(os.environ['ProgramFiles'], 'PyHoca-GUI', 'icons')
     elif x2go.X2GOCLIENT_OS == 'Mac':
         _icons_location = os.path.join('do', 'not', 'know')
     else:


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