[X2go-Commits] python-x2go.git - master (branch) updated: 0.2.0.10-42-g04ab4fe

X2Go dev team git-admin at x2go.org
Sat Nov 3 12:30:34 CET 2012


The branch, master has been updated
       via  04ab4fe08e55f4f4a1bf6be9885de31c298c8e66 (commit)
      from  c1c3fdcc41c591e50755f0ec985928939b63c36c (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 04ab4fe08e55f4f4a1bf6be9885de31c298c8e66
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Nov 3 12:30:19 2012 +0100

    fix for last commit

-----------------------------------------------------------------------

Summary of changes:
 x2go/registry.py |    1 +
 1 file changed, 1 insertion(+)

The diff of changes is:
diff --git a/x2go/registry.py b/x2go/registry.py
index f55109c..83df9a2 100644
--- a/x2go/registry.py
+++ b/x2go/registry.py
@@ -528,6 +528,7 @@ class X2goSessionRegistry(object):
             if session_uuid is not None: self.logger('using already registered-by-session-name session %s' % session_uuid, loglevel=log.loglevel_NOTICE)
 
         if session_uuid is not None:
+            self(session_uuid).activated = True
             self(session_uuid).update_params(_params)
             self(session_uuid).set_server(server)
             self(session_uuid).set_profile_name(profile_name)


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