The branch, master has been updated via 160d07f57f2b950cb51e0c4d181af1815a3afc9c (commit) from 5014b32c3ff00c326699108a8470443c8abd43da (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 160d07f57f2b950cb51e0c4d181af1815a3afc9c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jun 20 20:43:11 2011 +0200 calling update_status only once after all sessions have been registered ----------------------------------------------------------------------- Summary of changes: x2go/registry.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2go/registry.py b/x2go/registry.py index 7d3ee3b..3dec99a 100644 --- a/x2go/registry.py +++ b/x2go/registry.py @@ -326,7 +326,7 @@ class X2goSessionRegistry(object): **kwargs ) self(session_uuid).connected = True - self.update_status(profile_name=profile_name, session_list=session_list, force_update=True) + self.update_status(profile_name=profile_name, session_list=session_list, force_update=True) def register(self, server, profile_id, profile_name, session_name=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).