The branch, master has been updated via b5501a1447d7b60b29f0b8ab3009e8d9f7f60667 (commit) from 286a07f1b2fa5f9045ef2d36caec91a897945971 (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 b5501a1447d7b60b29f0b8ab3009e8d9f7f60667 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Sep 23 11:22:10 2011 +0200 Typo fixes in session.py, related to calling _X2goSession__disconnect method. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ x2go/session.py | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 5432c88..6d6ce32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ python-x2go (0.1.1.7-0-x2go1) UNRELEASED; urgency=low methods. - Use TCP_NODELAY socket option for audio rev forwarding tunnels. - Use TCP_NODELAY socket option for graphics forwarding tunnels. + - Typo fixes in session.py, related to calling _X2goSession__disconnect + method. [ Dick Kniep ] * Fix for upstream version 0.1.1.7: diff --git a/x2go/session.py b/x2go/session.py index a84df03..18b894c 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -879,7 +879,7 @@ class X2goSession(object): try: return self.control_session.list_sessions(raw=raw) except X2goControlSessionException: - self._X2goSession_disconnect() + self._X2goSession__disconnect() return None __list_sessions = list_sessions @@ -903,7 +903,7 @@ class X2goSession(object): else: return [] except X2goControlSessionException: - self._X2goSession_disconnect() + self._X2goSession__disconnect() return None __list_desktops = list_desktops 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).