The branch, twofactorauth has been updated via 5f3ee229ba537bd12f6565cca17d5bf92e9e9af6 (commit) from b5b50725156fd0e0a963365cd632715a09d911db (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: debian/changelog | 3 ++- pyhoca/wxgui/logon.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 12b0995..317a47f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,9 +8,10 @@ pyhoca-gui (0.1.0.5-0~x2go1) UNRELEASED; urgency=low window on your desktop. - Add GUI notification message if a seconed instance of PyHoca-GUI is started (PyHoca-GUI is already running...) + - Fix for permanently disabled session profile when Cancel button has been + hit in logon window. * React to bug #627990, prefer man2html-base over man2html. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 24 Jun 2011 16:39:24 +0200 pyhoca-gui (0.1.0.4-0~x2go1) unstable; urgency=low diff --git a/pyhoca/wxgui/logon.py b/pyhoca/wxgui/logon.py index bc3d526..17bc0e0 100644 --- a/pyhoca/wxgui/logon.py +++ b/pyhoca/wxgui/logon.py @@ -377,6 +377,7 @@ class PyHocaGUI_DialogBoxPassword(wx.Frame): def OnCancel(self, evt): self.Close() + self.Destroy() def Destroy(self): try: 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)).