[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.1.1.4-204-ge80e656

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:26:59 CET 2014


The branch, build-baikal 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2go/backends/control/_stdout.py |    4 ----
 1 file changed, 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).




More information about the x2go-commits mailing list