[anaconda][rhel7-branch][PATCH] Tick the radio button for environments selected in kickstart (#1087831)

Vratislav Podzimek vpodzime at redhat.com
Tue Jan 6 16:31:38 UTC 2015


On Tue, 2015-01-06 at 16:15 +0100, Martin Kolman wrote:
> Previously the environment was only highlighted, but its radio button
> was not ticked.
> 
> Related: rhbz#1087831
> Signed-off-by: Martin Kolman <mkolman at redhat.com>
> ---
>  pyanaconda/ui/gui/spokes/software.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/pyanaconda/ui/gui/spokes/software.py b/pyanaconda/ui/gui/spokes/software.py
> index 6f94d50..0cfe61b 100644
> --- a/pyanaconda/ui/gui/spokes/software.py
> +++ b/pyanaconda/ui/gui/spokes/software.py
> @@ -282,6 +282,7 @@ class SoftwareSelectionSpoke(NormalSpoke):
>                  self.environment = environment
>                  sel = self.builder.get_object("environmentSelector")
>                  sel.select_iter(itr)
> +                self._environmentStore[itr][0] = True  # tick the radio button
>  
>              firstEnvironment = False
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list