The branch, master 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 ----------------------------------------------------------------- commit c3cee75a1e9627ef2c565438d5c9e790a6854768 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 20 11:56:16 2011 +0100 fix for session profile templating/copying ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/profilemanager.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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)).