[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.1.0.10-130-gc637f0d
X2Go dev team
git-admin at x2go.org
Tue Aug 27 13:22:09 CEST 2013
The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d 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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 1 +
pyhoca/wxgui/frontend.py | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
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)).
More information about the x2go-commits
mailing list