summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2008-04-08 16:34:26 -0400
committerPeter Jones <pjones@pjones2.localdomain>2008-04-08 16:34:26 -0400
commit690685064243c53523ac33205faf85691e7e494c (patch)
tree32fcc705c640d1d24cfb998abc0224f0a0533d3a /iw
parentd1fc71e3455d51405974f1907fd388f865f2b6ac (diff)
parentc606d67c73e5c39c7dda2260978c7b4d6f8c6bb3 (diff)
downloadanaconda-690685064243c53523ac33205faf85691e7e494c.tar.gz
anaconda-690685064243c53523ac33205faf85691e7e494c.tar.xz
anaconda-690685064243c53523ac33205faf85691e7e494c.zip
Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anaconda
Diffstat (limited to 'iw')
-rw-r--r--iw/autopart_type.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/iw/autopart_type.py b/iw/autopart_type.py
index fba6432bc..e158d02b1 100644
--- a/iw/autopart_type.py
+++ b/iw/autopart_type.py
@@ -434,6 +434,8 @@ class PartitionTypeWindow(InstallWindow):
self.review = not self.dispatch.stepInSkipList("partition")
self.xml.get_widget("reviewButton").set_active(self.review)
+ self.xml.get_widget("encryptButton").set_active(self.partitions.autoEncrypt)
+
active = self.combo.get_active_iter()
val = self.combo.get_model().get_value(active, 1)