summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-07-24 03:05:37 +0000
committerMatt Wilson <msw@redhat.com>1999-07-24 03:05:37 +0000
commitedabf9ac3dd610655f202d9da48d105d1aa40d1c (patch)
tree7dadd1a5985a7cf72008b493b8d95594a853a6a0 /text.py
parente6e51d1f3c054fa69f48f07d24d2e9211e0d24a2 (diff)
downloadanaconda-edabf9ac3dd610655f202d9da48d105d1aa40d1c.tar.gz
anaconda-edabf9ac3dd610655f202d9da48d105d1aa40d1c.tar.xz
anaconda-edabf9ac3dd610655f202d9da48d105d1aa40d1c.zip
really fix text mode
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 920ad70ae..134fb32c7 100644
--- a/text.py
+++ b/text.py
@@ -273,7 +273,7 @@ class IndividualPackageWindow:
rc = bb.buttonPressed (result)
# turn off all the packages
- for key in todo.hdList.keys ():
+ for key in todo.hdList.packages.keys ():
todo.hdList.packages[key].selected = 0
# turn on all the packages we selected