The branch, build-baikal has been updated via 4b0fdae220024166bda905e15156b977d4f5d964 (commit) from 21c47df4953d3b089080a8e9468e6d18df55f2d7 (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 5f1dde7..e259c2a 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -541,6 +541,8 @@ class X2goSession(object): self.disconnect() _dummy = self.get_server_hostname() + if self.connected: + self.update_status() return self.connected __connect = connect 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).