The branch, master has been updated via 024620112e170ed8ff326b4873b920bf00855954 (commit) from a8352af72f296ac837f69eaa46da71800b58f6c4 (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 024620112e170ed8ff326b4873b920bf00855954 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Aug 3 18:35:43 2013 +0200 sort profile names in notification feedback ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/frontend.py | 4 ++++ 1 file changed, 4 insertions(+) The diff of changes is: diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index 16eb935..4dad362 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -1159,6 +1159,10 @@ class PyHocaGUI(wx.App, x2go.X2GoClient): self._pyhoca_logger('Importing session profile %s failed. Reason: %s' % (profile_name, str(e)), loglevel=x2go.loglevel_ERROR) failed_profiles.append(profile_name) + imported_profiles = imported_session_profiles.profile_names + imported_profiles.sort() + failed_profiles.sort() + self.session_profiles.write_user_config = True if not self.session_profiles.write(): m = messages.PyHoca_MessageWindow_Ok(self, 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)).