[X2Go-Commits] python-x2go.git - release/0.4.0.x (branch) updated: 0.1.1.4-189-gf8455f9

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:17:50 CET 2014


The branch, release/0.4.0.x 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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




More information about the x2go-commits mailing list