[PATCH 2/3] Remember to mark an environment as selected in the store.

Chris Lumens clumens at redhat.com
Wed Sep 12 20:06:29 UTC 2012


---
 pyanaconda/ui/gui/spokes/software.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pyanaconda/ui/gui/spokes/software.py b/pyanaconda/ui/gui/spokes/software.py
index ae837f4..50eb06c 100644
--- a/pyanaconda/ui/gui/spokes/software.py
+++ b/pyanaconda/ui/gui/spokes/software.py
@@ -252,6 +252,8 @@ class SoftwareSelectionSpoke(NormalSpoke):
         if self.environment:
             self.payload.deselectEnvironment(self.environment)
 
+        # Then mark the clicked environment as selected and update the screen.
+        self._environmentStore[path][0] = True
         self.environment = self._environmentStore[path][2]
         self.refreshAddons()
 
-- 
1.7.11.2



More information about the anaconda-patches mailing list