The branch, twofactorauth has been updated via 42f28cf1185fdb580970eb4f9b5e7e19412356b9 (commit) from ddd50d444150817a1725160df42cfbca6cee2503 (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 | 1 + pyhoca/wxgui/frontend.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 34decdd..2377456 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pyhoca-gui (0.1.0.7-0~x2go1) UNRELEASED; urgency=low * New upstream version (0.1.0.7) - minor i18n fixes (de) + - Delaying taskbar icon closure as much as possible (closes upstream issue #79). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 06 Jul 2011 22:17:10 +0200 diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index d83fe16..e35cb44 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -280,10 +280,10 @@ class PyHocaGUI(wx.App, x2go.X2goClient): for _win in self._sub_windows: _win.Close() _win.Destroy() - self.taskbar.Close() + x2go.x2go_cleanup() self.about.Close() self.about.Destroy() - x2go.x2go_cleanup() + self.taskbar.Close() self.Destroy() # the taskbar's OnExit method... 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)).