The branch, master has been updated via 728f2948cfa6a1d648c10b6b962dce1901d5a01d (commit) from 57ca969df9b1ceae6b35fd18ab786928aaf31ffe (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 728f2948cfa6a1d648c10b6b962dce1901d5a01d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Nov 15 23:08:17 2012 +0100 MULTIUSER_INIT belongs into onInit ----------------------------------------------------------------------- Summary of changes: nsis_template.py | 2 ++ 1 file changed, 2 insertions(+) The diff of changes is: diff --git a/nsis_template.py b/nsis_template.py index bb042b7..02058b9 100644 --- a/nsis_template.py +++ b/nsis_template.py @@ -235,6 +235,8 @@ Function .onInit StrCmp $LANGUAGE "cancel" 0 +2 Abort + !insertmacro MULTIUSER_INIT + FunctionEnd 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)).