The branch, master 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 ----------------------------------------------------------------- commit 95d6628ecfe0ecadec0ead74ca3f24d14286a5a3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 16 21:29:16 2012 +0100 fix for commit ec4e5f5ddf1e7a35bdb310d99db2947aa9eb2ae9 ----------------------------------------------------------------------- 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)).