[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.1.1.4-22-g746fb6e

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


The branch, build-baikal has been updated
       via  746fb6ee2d8c028b13ca476b990e6b825dfb7b41 (commit)
      from  55cd3f8f5320963600a91f598758c9e0acc7cd39 (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/session.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2go/session.py b/x2go/session.py
index e3738cf..aa421d8 100644
--- a/x2go/session.py
+++ b/x2go/session.py
@@ -1162,11 +1162,11 @@ class X2goSession(object):
                 return self.running
             else:
                 self.terminal_session = None
-                return False
 
         else:
             self._X2goSession__disconnect()
-            return False
+
+        return False
     __share_desktop = share_desktop
 
     def suspend(self):


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