[X2go-Commits] python-x2go.git - master (branch) updated: 0.1.1.4-22-g746fb6e

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


The branch, master 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 -----------------------------------------------------------------
commit 746fb6ee2d8c028b13ca476b990e6b825dfb7b41
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 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