From ab000a93fbd351dc7f437ad7f6179c4146abe2bf Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Fri, 12 May 2000 16:49:26 +0000 Subject: 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 --- todo.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'todo.py') 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: -- cgit