After all, we don't need to call the callbacks ourselves!

This commit is contained in:
Guido van Rossum 1999-02-17 17:34:58 +00:00
parent be5f2f1cb5
commit 8f2918f4fa
1 changed files with 0 additions and 1 deletions

View 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):