The branch, build-baikal has been updated via c2ff89bc70a32976ac8c5e8a2ee7592151cf5a6d (commit) from 246d3fa0b51614d32cdf1ee0a4ce4e0046d12188 (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/session.py | 2 ++ 1 file changed, 2 insertions(+) The diff of changes is: diff --git a/x2go/session.py b/x2go/session.py index 79acd90..e66f31a 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -553,6 +553,7 @@ class X2goSession(object): self.running = None self.suspended = None self.terminated = None + self.update_status() return self.control_session.disconnect() __disconnect = disconnect @@ -752,6 +753,7 @@ class X2goSession(object): else: self._X2goSession__disconnect() + return False __suspend = suspend 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).