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

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


The branch, build-baikal has been updated
       via  7eee17c377885c1f9551819ad7f113fdb6fa0dbe (commit)
      from  4f182b4c734045250681ecea9c3f3ed5397f91be (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:
 debian/changelog |    2 ++
 x2go/session.py  |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index b597198..837bcdd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,8 @@ python-x2go (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
       MIME box).
     - Code cleanup: remove all unnecessary imports. Stop defining variables that
       get never used.
+    - Rename control session method is_folder_sharing_available to
+      is_sshfs_available.
   * Depend on python-xlib.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sat, 28 Sep 2012 01:44:21 +0100
diff --git a/x2go/session.py b/x2go/session.py
index 704de7e..1d5c062 100644
--- a/x2go/session.py
+++ b/x2go/session.py
@@ -1574,7 +1574,7 @@ class X2goSession(object):
         """
         if self._SUPPORTED_FOLDERSHARING and self.allow_share_local_folders:
             if self.is_connected():
-                return self.control_session.is_folder_sharing_available()
+                return self.control_session.is_sshfs_available()
             else:
                 self.logger('session is not connected, cannot share local folders now', loglevel=log.loglevel_WARN)
         else:


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