[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 0.2.0.4-92-g95d6628

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:56:29 CEST 2013


The branch, twofactorauth has been updated
       via  95d6628ecfe0ecadec0ead74ca3f24d14286a5a3 (commit)
      from  2a49b0d8f2aa4cf4245143042803c656d80aff50 (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, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py
index d8c1e98..6302b8f 100644
--- a/pyhoca/wxgui/frontend.py
+++ b/pyhoca/wxgui/frontend.py
@@ -322,7 +322,7 @@ class PyHocaGUI(wx.App, x2go.X2goClient):
         self._eventid_shared_folders_map = {}
         self._eventid_unshared_folders_map = {}
         self._eventid_pubapp_execmap = {}
-        self._temp_launching_pubapp_profiles = []
+        self._temp_launching_pubapp_profiles = {}
         self._temp_disabled_profile_names = []
         self._temp_disabled_session_names = {}
 
@@ -553,7 +553,7 @@ class PyHocaGUI(wx.App, x2go.X2goClient):
                                                                    )
                 pubapp_session_started = pubapp_session.start()
 
-            self._temp_launching_pubapp_profiles.release()
+            self._temp_launching_pubapp_profiles[profile_name].release()
 
             return pubapp_session_started | pubapp_session_resumed
 


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