From f203f1fcd1ef0a3fda708c656de6a2137fc2b18e Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 26 Jun 2001 00:22:29 +0000 Subject: oops --- textw/partition_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textw') diff --git a/textw/partition_text.py b/textw/partition_text.py index fbd45ce6f..3d4e209b6 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -829,7 +829,7 @@ class AutoPartitionWindow: typebox.setCurrent(0) elif id.autoClearPartType == CLEARPART_TYPE_ALL: typebox.setCurrent(1) - else + else: typebox.setCurrent(2) self.g.add(typebox, 0, 2, (0,1,0,0)) -- cgit