The branch, master has been updated via 7f32339cfcfcabdbb701decef90a08f9d797b421 (commit) from b310692a365a7803d58ab686ed95cb52a2db92c0 (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 7f32339cfcfcabdbb701decef90a08f9d797b421 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jun 21 12:40:30 2011 +0200 Initialize list sessions/desktops cache with a more precise default value. ----------------------------------------------------------------------- Summary of changes: x2go/cache.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2go/cache.py b/x2go/cache.py index 7a7fb1d..dda6faa 100644 --- a/x2go/cache.py +++ b/x2go/cache.py @@ -115,7 +115,7 @@ class X2goListSessionsCache(object): self.last_listsessions_cache = copy.deepcopy(self.x2go_listsessions_cache) control_session = self.client_instance.client_control_session_of_profile_name(profile_name) if not self.x2go_listsessions_cache.has_key(profile_name): - self.x2go_listsessions_cache[profile_name] = {} + self.x2go_listsessions_cache[profile_name] = {'sessions': None, 'desktops': None, } self._update_sessions(profile_name, control_session) self._update_desktops(profile_name, control_session) 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).