[X2Go-Commits] pyhoca-gui.git - build-main (branch) updated: 0.4.0.6-7-g0246201

X2Go dev team git-admin at x2go.org
Tue Aug 27 13:20:20 CEST 2013


The branch, build-main 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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)).




More information about the x2go-commits mailing list