[X2go-Commits] python-x2go.git - release/0.1.1.x (branch) updated: 0.1.1.7-5-gcdeb38f

X2go dev team git-admin at x2go.org
Sun Sep 25 21:10:06 CEST 2011


The branch, release/0.1.1.x has been updated
       via  cdeb38f6ada3cdc38b5095e76993b6773b2a340b (commit)
      from  fa6659cc58faadf3f92a36b89bf19ec7668c253f (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 cdeb38f6ada3cdc38b5095e76993b6773b2a340b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Sep 25 21:09:42 2011 +0200

    remove code duplications

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

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

The diff of changes is:
diff --git a/x2go/session.py b/x2go/session.py
index 07b9b33..c623214 100644
--- a/x2go/session.py
+++ b/x2go/session.py
@@ -1180,9 +1180,6 @@ class X2goSession(object):
         if self.is_alive():
             if self.has_terminal_session():
 
-                # unshare mounted folders
-                self.unshare_all_local_folders()
-
                 if self.terminal_session.suspend():
 
                     self.running = False
@@ -1222,9 +1219,6 @@ class X2goSession(object):
         if self.is_alive():
             if self.has_terminal_session():
 
-                # unmount shared folders
-                self.unshare_all_local_folders()
-
                 if self.terminal_session.terminate():
                     self.running = False
                     self.suspended = False


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