[X2Go-Commits] [pyhoca-gui] 01/09: PyHocaGUI.OnExit(): Return an exitcode.

git-admin at x2go.org git-admin at x2go.org
Mon Dec 2 17:16:16 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pyhoca-gui.

commit dd61684fa65297fd5a45bad92b33b415a60abfa4
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Dec 2 16:35:27 2019 +0100

    PyHocaGUI.OnExit(): Return an exitcode.
---
 pyhoca/wxgui/frontend.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py
index 46edfb8..05eea1c 100644
--- a/pyhoca/wxgui/frontend.py
+++ b/pyhoca/wxgui/frontend.py
@@ -477,6 +477,7 @@ class PyHocaGUI(wx.App, x2go.X2GoClient):
         x2go.x2go_cleanup()
         self.about.Close()
         self.taskbar.Close()
+        return 0
 
     # the taskbar's OnExit method...
     def OnTaskbarExit(self, evt):

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git


More information about the x2go-commits mailing list