[PATCH 3/3] Reflect previous custom/autopart selection in the storage spoke.

David Lehman dlehman at redhat.com
Tue Sep 16 16:34:35 UTC 2014


---
 pyanaconda/ui/gui/spokes/storage.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pyanaconda/ui/gui/spokes/storage.py b/pyanaconda/ui/gui/spokes/storage.py
index 8305a5f..e163b18 100644
--- a/pyanaconda/ui/gui/spokes/storage.py
+++ b/pyanaconda/ui/gui/spokes/storage.py
@@ -504,6 +504,8 @@ class StorageSpoke(NormalSpoke, StorageChecker):
             name = overview.get_property("name")
             overview.set_chosen(name in self.selected_disks)
 
+        self._customPart.set_active(not self.autopart)
+
         self._update_summary()
 
         if self.errors:
-- 
1.9.3



More information about the anaconda-patches mailing list