From: Guido van Rossum Date: Wed, 17 Feb 1999 17:34:58 +0000 (+0000) Subject: After all, we don't need to call the callbacks ourselves! X-Git-Tag: v1.5.2b2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f2918f4fa075af61c63ef076a01ee7b1d5d83d8;p=python After all, we don't need to call the callbacks ourselves! --- diff --git a/Tools/idle/EditorWindow.py b/Tools/idle/EditorWindow.py index 0aa31ea01c..9436903fe1 100644 --- a/Tools/idle/EditorWindow.py +++ b/Tools/idle/EditorWindow.py @@ -451,7 +451,6 @@ class EditorWindow: self.color.close(doh) # Cancel colorization if not colorizing: self.top.destroy() - self.top.after_idle(WindowList.call_callbacks) return reply def load_extensions(self):