summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-12 16:49:26 +0000
committerMatt Wilson <msw@redhat.com>2000-05-12 16:49:26 +0000
commitab000a93fbd351dc7f437ad7f6179c4146abe2bf (patch)
treeceadabf9aa25b426f74383e6c2c7417fff016763 /todo.py
parent250fa9250e5f664273efce1207a5856b0f43ff7f (diff)
downloadanaconda-ab000a93fbd351dc7f437ad7f6179c4146abe2bf.tar.gz
anaconda-ab000a93fbd351dc7f437ad7f6179c4146abe2bf.tar.xz
anaconda-ab000a93fbd351dc7f437ad7f6179c4146abe2bf.zip
o don't order the transaction set when doing a dep check
o don't updateInstallClassComps when grabbing the comps o don't turn off all comps when hitting next in gui comps selection
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/todo.py b/todo.py
index 306ca1b1a..afb228582 100644
--- a/todo.py
+++ b/todo.py
@@ -444,9 +444,9 @@ class ToDo:
for comp in self.comps:
if comp.selected:
comp.select (1)
- self.comps['Base'].select(1)
+ self.comps['Base'].select(1)
- self.updateInstClassComps()
+ self.updateInstClassComps()
return self.comps
@@ -604,7 +604,6 @@ class ToDo:
else:
ts.add(p.h, (p.h, p.h[rpm.RPMTAG_NAME]), "a")
- ts.order()
deps = ts.depcheck()
rc = []
if deps: