The branch, master has been updated via f8455f9b7ae5a8587cb6d654dbaf6ff6f1c3effa (commit) from f863f7210b44b147bac4399836480338fd414f01 (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 f8455f9b7ae5a8587cb6d654dbaf6ff6f1c3effa Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Apr 13 23:35:52 2012 +0200 fix for last commit ----------------------------------------------------------------------- Summary of changes: x2go/backends/control/_stdout.py | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py index c39db0b..01b4c30 100644 --- a/x2go/backends/control/_stdout.py +++ b/x2go/backends/control/_stdout.py @@ -790,12 +790,14 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient): self._published_applications_menu.update(_category_map) self.logger('published applications query for %s finished, return menu tree' % self.profile_name, loglevel=log.loglevel_NOTICE) - return self._published_applications_menu - else: # FIXME: ignoring the absence of the published applications feature for now, handle it appropriately later pass + self._already_querying_published_applications = False + return self._published_applications_menu + + def start(self, **kwargs): """\ Start a new X2Go session. 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).