summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-09 16:05:22 +0000
committerMatt Wilson <msw@redhat.com>1999-09-09 16:05:22 +0000
commitd3c8735874b5116c8775d08af01d8c24498dd304 (patch)
tree155aeb40d8cd9773b1794cebe90e53e18891924d
parentf2acded806376d25be39ab0f5122d6ba56ee16d8 (diff)
downloadanaconda-d3c8735874b5116c8775d08af01d8c24498dd304.tar.gz
anaconda-d3c8735874b5116c8775d08af01d8c24498dd304.tar.xz
anaconda-d3c8735874b5116c8775d08af01d8c24498dd304.zip
revert
-rw-r--r--iw/rootpartition.py2
1 files changed, 1 insertions, 1 deletions
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