diff options
author | Erik Troan <ewt@redhat.com> | 2000-08-14 07:46:45 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-08-14 07:46:45 +0000 |
commit | 2639ea648129c0c8196b1ebc58e44bd4f5e696c3 (patch) | |
tree | 672a0fd02631320fd9a196c05504e4a1931aa23f /todo.py | |
parent | b2710269b1c3a36347806f8309c83fd98e1848f4 (diff) | |
download | anaconda-2639ea648129c0c8196b1ebc58e44bd4f5e696c3.tar.gz anaconda-2639ea648129c0c8196b1ebc58e44bd4f5e696c3.tar.xz anaconda-2639ea648129c0c8196b1ebc58e44bd4f5e696c3.zip |
select packages in the upgrade set properly (or sizes don't work out)
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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": |