Previously the environment was only highlighted, but its radio button was not ticked.
Related: rhbz#1087831 Signed-off-by: Martin Kolman mkolman@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
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@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.
anaconda-patches@lists.fedorahosted.org