[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.1.0.10-188-gcd95b03

X2Go dev team git-admin at x2go.org
Tue Aug 27 13:22:16 CEST 2013


The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
       via  cd95b031031bc9a28b678787b43fefe735cb0d0d (commit)
      from  62ed99536d9f741df7033bb890eaab468869e412 (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 ++
 pyhoca/wxgui/menus_taskbar.py |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 871f88f..8ff81e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -99,6 +99,8 @@ pyhoca-gui (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
     - Implement X2Go-Top category in .desktop files that get used in the
       context of published applications.
     - Allow one PyHoca-GUI instance per user, not per system.
+    - Fix folder path extraction from session profile config if client-side
+      folders contain a Windows drive letter.
   * Depend on Python X2Go 0.1.2.0.
   * Install GNOME icons via dh_links.
   * Install X2Go icons with explicit install paths.
diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py
index feeeb4e..11d29e0 100644
--- a/pyhoca/wxgui/menus_taskbar.py
+++ b/pyhoca/wxgui/menus_taskbar.py
@@ -284,7 +284,7 @@ class PyHocaGUI_Menu_TaskbarProfileSharedFolders(wx.Menu):
 
         for _folder in _exported_folders_list:
             if ':' not in _folder: _folder = '%s:1' % _folder
-            _folder_path = _folder.split(':')[0]
+            _folder_path = _folder.split(':')[:-1]
             _sharable_folders.append(_folder_path)
 
         self._PyHocaGUI._eventid_unshared_folders_map={}


hooks/post-receive
-- 
pyhoca-gui.git (Python X2Go Client (wxPython GUI))

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 "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).




More information about the x2go-commits mailing list