diff options
author | Mike Fulbright <msf@redhat.com> | 2001-07-19 20:55:05 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-07-19 20:55:05 +0000 |
commit | 4234bbb0aded389a89c8d96fefa9c6b4d726d174 (patch) | |
tree | 00e92f51586b672e980b584cb33aa0cc64c464e2 /autopart.py | |
parent | cdf0ffb766f39fc82f4716815e9ea187f0d4bec8 (diff) | |
download | anaconda-4234bbb0aded389a89c8d96fefa9c6b4d726d174.tar.gz anaconda-4234bbb0aded389a89c8d96fefa9c6b4d726d174.tar.xz anaconda-4234bbb0aded389a89c8d96fefa9c6b4d726d174.zip |
default to no to clearpart
Diffstat (limited to 'autopart.py')
-rw-r--r-- | autopart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py index 2540de252..706b664f7 100644 --- a/autopart.py +++ b/autopart.py @@ -861,7 +861,7 @@ def queryAutoPartitionOK(intf, diskset, partitions): drvstr = drvstr +"\n" - rc = intf.messageWindow(_("Warning"), msg % drvstr, type="yesno") + rc = intf.messageWindow(_("Warning"), msg % drvstr, type="yesno", default="no") return rc |