From: Mark Wooding Date: Tue, 8 Apr 2008 10:23:54 +0000 (+0100) Subject: xcatch: Don't let the default delete handler run. X-Git-Tag: 1.4.1~2 X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/commitdiff_plain/58b5e33d371e4b566fd59a93003f9d6dfcb3b8ed xcatch: Don't let the default delete handler run. It destroys the contents of the window, which is rather annoying. --- diff --git a/xcatch.in b/xcatch.in index 0f49a80..5c940f1 100644 --- 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, *_):