diff --git a/pyanaconda/ui/gui/spokes/software.py b/pyanaconda/ui/gui/spokes/software.py
index 6b23e2a..a4576db 100644
--- a/pyanaconda/ui/gui/spokes/software.py
+++ b/pyanaconda/ui/gui/spokes/software.py
@@ -53,6 +53,11 @@ class SoftwareSelectionSpoke(NormalSpoke):
self.payload.selectGroup(row[2])
+ # FIXME: We need to hook up signal handlers for select/deselect so we
+ # know the difference between a group that was never selected
+ # and one that was explicitly deselected. The signal handlers
+ # should only modify some local data store -- not ksdata or
+ # payload.
for row in self._addonStore:
if row[0]:
self.payload.selectGroup(row[2])
--
1.7.7.6
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list