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

Brian C. Lane bcl at redhat.com
Fri May 17 23:34:28 UTC 2013


On Fri, May 17, 2013 at 07:17:15PM -0400, Samantha N. Bueno wrote:
> ---
>  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
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches

ACK

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 482 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/anaconda-patches/attachments/20130517/85d21831/attachment.sig>


More information about the anaconda-patches mailing list