summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-20 01:45:06 +0000
committerMatt Wilson <msw@redhat.com>2001-01-20 01:45:06 +0000
commit11f7a68908035a4e18e7192cfb61928b89b3c250 (patch)
tree4abe3a0fd3590c3ef8badbfebd0767043fe08075 /todo.py
parent2faf67b7edc2929f5a2e1eb9f74f2284f5606361 (diff)
downloadanaconda-11f7a68908035a4e18e7192cfb61928b89b3c250.tar.gz
anaconda-11f7a68908035a4e18e7192cfb61928b89b3c250.tar.xz
anaconda-11f7a68908035a4e18e7192cfb61928b89b3c250.zip
conditional packages in Everything
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index 5e54a9451..e7600e616 100644
--- a/todo.py
+++ b/todo.py
@@ -617,7 +617,10 @@ class ToDo:
if (not self.comps):
self.getHeaderList()
self.comps = self.method.readComps(self.hdList)
- self.updateInstClassComps()
+ self.updateInstClassComps ()
+ else:
+ # re-evaluate all the expressions for packages with qualifiers.
+ self.comps.updateSelections()
return self.comps