The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via c3cee75a1e9627ef2c565438d5c9e790a6854768 (commit) from e6943699e20d2e459cb428470b9507ffc1cac90b (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 d2a3388..77528fd 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -115,7 +115,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog): if profile_id is not None: self.profile_id = profile_id - elif profile_name is not None and self.action in ('EDIT', 'EDIT_CONNECTED'): + elif profile_name is not None and self.action in ('EDIT', 'EDIT_CONNECTED', 'COPY'): self.profile_id = self.session_profiles.to_profile_id(profile_name) else: self.profile_id = None 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)).