[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 0.1.0.10-189-ge8c677f
X2Go dev team
git-admin at x2go.org
Sat Sep 14 15:56:00 CEST 2013
The branch, twofactorauth has been updated
via e8c677fb2e9550c67b1442d14d0670bbdfdaa967 (commit)
from cd95b031031bc9a28b678787b43fefe735cb0d0d (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:
pyhoca/wxgui/menus_taskbar.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py
index 11d29e0..3ff0cd0 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(':')[:-1]
+ _folder_path = ':'.join(_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