From d3c8735874b5116c8775d08af01d8c24498dd304 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Thu, 9 Sep 1999 16:05:22 +0000 Subject: revert --- iw/rootpartition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iw/rootpartition.py b/iw/rootpartition.py index bfba9336f..9d2ee0d38 100644 --- a/iw/rootpartition.py +++ b/iw/rootpartition.py @@ -11,7 +11,7 @@ class ConfirmPartitionWindow (InstallWindow): self.todo = ics.getToDo () ics.setTitle (_("Confirm Partitioning Selection")) ics.readHTML ("partition") - ics.setNextEnabled (FALSE) + ics.setNextEnabled (TRUE) def getScreen (self): return self.window -- cgit