Minor indentation cleanup -- jvr

This commit is contained in:
Just van Rossum 1999-10-30 11:44:25 +00:00
parent 460ff20cd6
commit 5f740070b1
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ def __init__(self, path = "", title = ""):
W.Window.__init__(self, bounds, self.title, minsize = (330, 120), tabbable = 0)
self.setupwidgets(text)
if change > 0:
self.editgroup.editor.changed = 1
self.editgroup.editor.changed = 1
if self.settings.has_key("selection"):
selstart, selend = self.settings["selection"]