The branch, master has been updated via c637f0d561f171465ad8edc57087e5a02fb8e51d (commit) from 20652a1dcd988190b59e7cc9378c1409453c7c88 (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 c637f0d561f171465ad8edc57087e5a02fb8e51d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Mar 21 23:44:04 2012 +0100 Make sure application really exits gracefully. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + pyhoca/wxgui/frontend.py | 1 - 2 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index afe7ea6..f9c6b0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -81,6 +81,7 @@ pyhoca-gui (0.1.2.0-0~x2go1) UNRELEASED; urgency=low - Do not let wx.EndBusyCursor crash the application on Windows. - Add connect and exit menu items if in single-session-profile mode. - Properly catch CTRL-C and SIGTERM signals. + - Make sure application really exits gracefully. * Depend on Python X2Go 0.1.2.0. * Install GNOME icons via dh_links. * Install X2Go icons with explicit install paths. diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index 74a2a88..5ba1065 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -311,7 +311,6 @@ class PyHocaGUI(wx.App, x2go.X2goClient): self.about.Close() self.about.Destroy() self.taskbar.Close() - self.Destroy() # the taskbar's OnExit method... def OnTaskbarExit(self, evt): 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)).