The branch, master has been updated via b3923e7acb5064a1f54c44c4a44aef26d4526274 (commit) from 61a2a2eac22d0bc925de49183a4e5a957f8650ac (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 b3923e7acb5064a1f54c44c4a44aef26d4526274 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue May 29 16:51:10 2012 +0200 set activated property to False on session cleanup ----------------------------------------------------------------------- Summary of changes: x2go/session.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/x2go/session.py b/x2go/session.py index 287d442..ae92272 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -591,6 +591,7 @@ class X2goSession(object): # regenerate this session instance for re-usage if this is the last session for a certain session profile # and keep_controlsession_alive is set to True... self.virgin = True + self.is_activated = False self.connected = self.is_connected() self.running = None self.suspended = None 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).