The branch, master has been updated via 3b3c145b31f048dbfe80296d91275ce94e86e45e (commit) from 559b9c89255acd600c10f6f0a50456c0efe14109 (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 3b3c145b31f048dbfe80296d91275ce94e86e45e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Nov 3 12:25:36 2012 +0100 fix wrong class property name ----------------------------------------------------------------------- Summary of changes: x2go/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/session.py b/x2go/session.py index 6161075..918128f 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -660,7 +660,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.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).