The branch, master has been updated via e80e656114ad6d58d557e07a029908aa2b18b6aa (commit) from c92a57ce8586f9dec17e7ebc45d73e16fc9122c4 (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 e80e656114ad6d58d557e07a029908aa2b18b6aa Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Apr 16 23:48:24 2012 +0200 no GenericName field evaluation ----------------------------------------------------------------------- Summary of changes: x2go/backends/control/_stdout.py | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py index d939787..c999adc 100644 --- a/x2go/backends/control/_stdout.py +++ b/x2go/backends/control/_stdout.py @@ -717,12 +717,8 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient): for line in item['desktop'].split('\n'): if re.match('^Name\[%s\]=.*' % lang_regio, line) or re.match('Name\[%s\]=.*' % lang_only, line): _menu_entry_name = line.split("=")[1].strip() - elif re.match('^GenericName\[%s\]=.*' % lang_regio, line) or re.match('GenericName\[%s\]=.*' % lang_only, line): - _menu_entry_name = line.split("=")[1].strip() elif re.match('^Name=.*', line): _menu_entry_fallback_name = line.split("=")[1].strip() - elif re.match('^GenericName=.*', line): - _menu_entry_fallback_name = line.split("=")[1].strip() elif re.match('^Comment\[%s\]=.*' % lang_regio, line) or re.match('Comment\[%s\]=.*' % lang_only, line): _menu_entry_comment = line.split("=")[1].strip() elif re.match('^Comment=.*', line): hooks/post-receive -- python-x2go.git (Python X2Go Client API) 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 "python-x2go.git" (Python X2Go Client API).