The branch, master has been updated via 8f5a27d8a245ca0f5e149c879f83cb086a5f22c5 (commit) from 523dce8535c36b7f6063446c2c84e2e71e3fc315 (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 8f5a27d8a245ca0f5e149c879f83cb086a5f22c5 Author: Mike Gabriel <mike.gabriel@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 b868ad8..7b77d0d 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).