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

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


The branch, twofactorauth has been updated
       via  a5593b2e7efc3b6e6e9c994e2cc16f4f141ff1a7 (commit)
      from  7eecfc7640ffdf1f30c3734af494dd15f18f4450 (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, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py
index bbb7e12..c4c4982 100644
--- a/pyhoca/wxgui/frontend.py
+++ b/pyhoca/wxgui/frontend.py
@@ -556,9 +556,9 @@ class PyHocaGUI(wx.App, x2go.X2goClient):
                                                                    )
                 pubapp_session_started = pubapp_session.start()
 
-            self._temp_launching_pubapp_locks[profile_name].release()
             if profile_name in self._temp_launching_pubapp_profiles:
                 self._temp_launching_pubapp_profiles.remove(profile_name)
+            self._temp_launching_pubapp_locks[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