[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.1.0.3-20-g7f32339

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:30:31 CET 2014


The branch, build-baikal 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2go/cache.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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).




More information about the x2go-commits mailing list