[PATCH] Fix issue where FS selection not applied in text UI. (#964069)

Samantha N. Bueno sbueno+anaconda at redhat.com
Fri May 17 23:17:15 UTC 2013


---
 pyanaconda/ui/tui/spokes/storage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/tui/spokes/storage.py b/pyanaconda/ui/tui/spokes/storage.py
index c7bf1c8..3f815ca 100644
--- a/pyanaconda/ui/tui/spokes/storage.py
+++ b/pyanaconda/ui/tui/spokes/storage.py
@@ -412,7 +412,7 @@ class PartitionSchemeSpoke(NormalTUISpoke):
     def apply(self):
         """ Apply our selections. """
 
-        schemelist = self.partschemes.keys()
+        schemelist = self.partschemes.values()
         try:
             self.data.autopart.type = schemelist[self._selection - 1]
         except IndexError:
-- 
1.7.11.7



More information about the anaconda-patches mailing list