The branch, master has been updated via a5e98b6ee29ae9f7a4614e0f254910666fad4154 (commit) from 532827fbb3819557be1c62eaf659030f4d3e8c49 (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 a5e98b6ee29ae9f7a4614e0f254910666fad4154 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Apr 13 23:35:15 2012 +0200 Fix for session profiles being still disabled after profile disconnect. ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/frontend.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index 19d3735..dc2779f 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -722,8 +722,6 @@ class PyHocaGUI(wx.App, x2go.X2goClient): """ profile_name = self._eventid_profilenames_map[evt.GetId()] - if profile_name not in self._temp_disabled_profile_names: - self._temp_disabled_profile_names.append(profile_name) session_uuids = self._X2goClient__client_registered_sessions_of_profile_name(profile_name) if session_uuids: 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)).