chiark / gitweb /
xcatch: Don't let the default delete handler run.
[xtoys] / xcatch.in
index 0f49a801d3a3a44c1c9517b56ab5b27f20811f9a..5c940f1aab3f8e86ccd8f129cc9f7568c0a716b5 100644 (file)
--- a/xcatch.in
+++ b/xcatch.in
@@ -304,6 +304,7 @@ class Catcher (object):
     me._window.hide()
     XT.delreason()
     me._openp = False
+    return True
 
   @complain(True)
   def _ready(me, file, *_):