The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d 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)).