The branch, twofactorauth has been updated via ad269f346a3c24fd74d92d10acb7ff6c81e6eca5 (commit) from 69502248e299512637a0fbcc010581c173617655 (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/profilemanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index a522659..f397497 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -819,7 +819,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog): self.SharedFoldersList.DeleteAllItems() _shared_folders = self.profile_config['export'].strip().strip(',').strip() for _shared_folder_path in [ sf.strip() for sf in _shared_folders.split(',') ]: - if self.SharedFoldersList.FindItem(0, _shared_folder_path) == -1: + if self.SharedFoldersList.FindItem(-1, _shared_folder_path) == -1: _item = wx.ListItem() _item.SetData(wx.NewId()) _item.SetText(_shared_folder_path) 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)).