summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-08-14 07:46:45 +0000
committerErik Troan <ewt@redhat.com>2000-08-14 07:46:45 +0000
commit2639ea648129c0c8196b1ebc58e44bd4f5e696c3 (patch)
tree672a0fd02631320fd9a196c05504e4a1931aa23f
parentb2710269b1c3a36347806f8309c83fd98e1848f4 (diff)
downloadanaconda-2639ea648129c0c8196b1ebc58e44bd4f5e696c3.tar.gz
anaconda-2639ea648129c0c8196b1ebc58e44bd4f5e696c3.tar.xz
anaconda-2639ea648129c0c8196b1ebc58e44bd4f5e696c3.zip
select packages in the upgrade set properly (or sizes don't work out)
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index 16cb3c3aa..d92d69083 100644
--- a/todo.py
+++ b/todo.py
@@ -973,7 +973,7 @@ class ToDo:
hasFileManager = 0
# turn on the packages in the upgrade set
for package in packages:
- self.hdList[package[rpm.RPMTAG_NAME]].selected = 1
+ self.hdList[package[rpm.RPMTAG_NAME]].select()
if package[rpm.RPMTAG_NAME] == "XFree86":
hasX = 1
if package[rpm.RPMTAG_NAME] == "gmc":