From 58b5e33d371e4b566fd59a93003f9d6dfcb3b8ed Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 8 Apr 2008 11:23:54 +0100 Subject: [PATCH] xcatch: Don't let the default delete handler run. It destroys the contents of the window, which is rather annoying. --- xcatch.in | 1 + 1 file changed, 1 insertion(+) 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, *_): -- 2.11.0