The branch, master has been updated via 876801678c0a337bfe6d2eb58f79d957ad102b32 (commit) from 04f5e0f727bb0886dd28c868419ea4dfdbd491f0 (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 876801678c0a337bfe6d2eb58f79d957ad102b32 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Dec 20 08:57:48 2012 +0100 typo fix ----------------------------------------------------------------------- Summary of changes: setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/setup.py b/setup.py index 6198238..bf21211 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ PROGRAM_DESC = '%s is a cross-platform (Windows, MacOS X, Linux) graphical X2Go for line in file(os.path.join('pyhoca', 'wxgui', '__init__.py')).readlines(): if (line.startswith('__VERSION__')): exec(line.strip()) -+PROGRAM_VERSION = __VERSION__ +PROGRAM_VERSION = __VERSION__ PROGRAM_ICON = "pixmaps/pyhoca_x2go-logo-ubuntu.ico" LICENSE = 'AGPLv3+' AUTHOR = 'Mike Gabriel, Dick Kniep' 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)).