[X2Go-Commits] python-x2go.git - brokerclient (branch) updated: 0.0.37.0-46-gb963574

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:20:11 CET 2014


The branch, brokerclient has been updated
       via  b9635749319c8aad6268022b91a6586dcf735206 (commit)
      from  ecd66a9ef0cccb5e2f75949a2e279edab89e6692 (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/client.py |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/x2go/client.py b/x2go/client.py
index 946515c..73845eb 100644
--- a/x2go/client.py
+++ b/x2go/client.py
@@ -826,7 +826,7 @@ class X2goClient(object):
                 return self.session_registry(session_uuid).resume(session_name=session_name)
         except x2go_exceptions.X2goControlSessionException:
             profile_name = self.get_session_profile_name(session_uuid)
-            if self.disconnect_session(profile_name):
+            if self.disconnect_profile(profile_name):
                 self.HOOK_on_control_session_death(profile_name)
     __resume_session = resume_session
 
@@ -867,7 +867,7 @@ class X2goClient(object):
             return self.session_registry(session_uuid).control_session.suspend(session_name=session_name)
         except x2go_exceptions.X2goControlSessionException:
             profile_name = self.get_session_profile_name(session_uuid)
-            if self.disconnect_session(profile_name):
+            if self.disconnect_profile(profile_name):
                 self.HOOK_on_control_session_death(profile_name)
     __suspend_session = suspend_session
 
@@ -911,7 +911,7 @@ class X2goClient(object):
             return self.session_registry(session_uuid).control_session.terminate(session_name=session_name)
         except x2go_exceptions.X2goControlSessionException:
             profile_name = self.get_session_profile_name(session_uuid)
-            if self.disconnect_session(profile_name):
+            if self.disconnect_profile(profile_name):
                 self.HOOK_on_control_session_death(profile_name)
     __terminate_session = terminate_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