commit | 44dab0ab2fdbf8211336259aa7c7d5ea8bf79035 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Wed Apr 25 06:42:41 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Wed Apr 25 06:42:41 2007 +0000 |
tree | eb7d132910f99927169b2749ff641a9d123dfac9 | |
parent | eeff493426b838fa31af240dbf3d286139001cac [diff] [blame] |
Whitespace normalization
diff --git a/Lib/lib-tk/tkSimpleDialog.py b/Lib/lib-tk/tkSimpleDialog.py index 4450484..03475f4 100644 --- a/Lib/lib-tk/tkSimpleDialog.py +++ b/Lib/lib-tk/tkSimpleDialog.py
@@ -50,9 +50,9 @@ # If the master is not viewable, don't # make the child transient, or else it # would be opened withdrawn - if parent.winfo_viewable(): + if parent.winfo_viewable(): self.transient(parent) - + if title: self.title(title)