[X2go-Commits] python-x2go.git - release/0.1.1.x (branch) updated: 0.1.1.4-20-gff1c183

X2go dev team git-admin at x2go.org
Wed Aug 17 00:30:32 CEST 2011


The branch, release/0.1.1.x has been updated
       via  ff1c183ebfc1bee38502dd81f56326221b428000 (commit)
      from  670e3d0355cc32ae0678156e1544c5bd0aeb1f10 (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 ff1c183ebfc1bee38502dd81f56326221b428000
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Aug 17 00:30:49 2011 +0200

    cosmetic fix for share_desktop method

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

Summary of changes:
 x2go/session.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2go/session.py b/x2go/session.py
index 6b40872..9428278 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