[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.0.30.1-66-gb021eac

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


The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
       via  b021eac567e9e74f660f12c54072f9515485a690 (commit)
      from  dba79455f249348b3b254e0ddb00d3683236563e (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 |    2 ++
 1 file changed, 2 insertions(+)

The diff of changes is:
diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py
index 463dec8..e502101 100644
--- a/pyhoca/wxgui/frontend.py
+++ b/pyhoca/wxgui/frontend.py
@@ -271,6 +271,7 @@ class PyHocaGUI(wx.App, x2go.X2goClient):
 
     def _start_on_connect(self, evt, session_uuid):
         if not self._X2goClient__list_sessions(session_uuid):
+            self._eventid_profilenames_map[evt.GetId()] = self._X2goClient__get_session_profile_name(session_uuid)
             self.OnSessionStart(evt)
 
     def _resume_newest_on_connect(self, evt, session_uuid):
@@ -299,6 +300,7 @@ class PyHocaGUI(wx.App, x2go.X2goClient):
 
     def _resume_on_connect(self, evt, session_uuid, session_name):
         self._eventid_sessionnames_map[evt.GetId()] = session_name
+        self._eventid_profilenames_map[evt.GetId()] = self._X2goClient__get_session_profile_name(session_uuid)
         self.OnSessionResume(evt)
 
     def _post_authenticate(self, evt, session_uuid):


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