From ae8f66df1a8ed1941e4c1007df1394e89a981e93 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 29 Jun 2014 21:56:39 +0200 Subject: [PATCH] Exit main loop on crash --- Desktop.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Desktop.py b/Desktop.py index cab1d97..486d4ad 100644 --- a/Desktop.py +++ b/Desktop.py @@ -154,6 +154,7 @@ class WorkerThread(Thread): pass self._desktop.frame.Close() + self._desktop.ExitMainLoop() class CouchPotatoApp(wx.App, SoftwareUpdate):