]> granicus.if.org Git - python/commitdiff
After all, we don't need to call the callbacks ourselves!
authorGuido van Rossum <guido@python.org>
Wed, 17 Feb 1999 17:34:58 +0000 (17:34 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 17 Feb 1999 17:34:58 +0000 (17:34 +0000)
Tools/idle/EditorWindow.py

index 0aa31ea01c767bde2a0cd467f4197f9fefff527b..9436903fe1dde25f613c2e36473aa2f5b6a8ae31 100644 (file)
@@ -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):