summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-02-17 17:34:58 (GMT)
committerGuido van Rossum <guido@python.org>1999-02-17 17:34:58 (GMT)
commit8f2918f4fa075af61c63ef076a01ee7b1d5d83d8 (patch)
tree4b760e0aa5fdbecc181d0efa6a0db1da0e7171f3
parentbe5f2f1cb595ddbca8b1eaba2355d173c0413886 (diff)
downloadcpython-8f2918f4fa075af61c63ef076a01ee7b1d5d83d8.zip
cpython-8f2918f4fa075af61c63ef076a01ee7b1d5d83d8.tar.gz
cpython-8f2918f4fa075af61c63ef076a01ee7b1d5d83d8.tar.bz2
After all, we don't need to call the callbacks ourselves!
-rw-r--r--Tools/idle/EditorWindow.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/idle/EditorWindow.py b/Tools/idle/EditorWindow.py
index 0aa31ea..9436903 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):