[Python-checkins] r65418 - sandbox/trunk/ttk-gsoc/src/idlelib/editorpage.py
guilherme.polo
python-checkins at python.org
Sat Aug 2 20:22:10 CEST 2008
Author: guilherme.polo
Date: Sat Aug 2 20:22:10 2008
New Revision: 65418
Log:
Removed saved_change_hook from post_init so window's title isn't updated till the user moves to that tab
Modified:
sandbox/trunk/ttk-gsoc/src/idlelib/editorpage.py
Modified: sandbox/trunk/ttk-gsoc/src/idlelib/editorpage.py
==============================================================================
--- sandbox/trunk/ttk-gsoc/src/idlelib/editorpage.py (original)
+++ sandbox/trunk/ttk-gsoc/src/idlelib/editorpage.py Sat Aug 2 20:22:10 2008
@@ -100,7 +100,6 @@
self.io.loadfile(filename)
else:
self.io.set_filename(filename)
- self.saved_change_hook()
def close(self):
"""Perform necessary cleanup for this page before closing it."""
More information about the Python-checkins
mailing list