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

Martin Kolman mkolman at redhat.com
Tue Jan 6 15:15:59 UTC 2015


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
 
-- 
1.9.3



More information about the anaconda-patches mailing list