diff options
author | Matt Wilson <msw@redhat.com> | 1999-07-24 03:05:37 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-07-24 03:05:37 +0000 |
commit | edabf9ac3dd610655f202d9da48d105d1aa40d1c (patch) | |
tree | 7dadd1a5985a7cf72008b493b8d95594a853a6a0 /text.py | |
parent | e6e51d1f3c054fa69f48f07d24d2e9211e0d24a2 (diff) | |
download | anaconda-edabf9ac3dd610655f202d9da48d105d1aa40d1c.tar.gz anaconda-edabf9ac3dd610655f202d9da48d105d1aa40d1c.tar.xz anaconda-edabf9ac3dd610655f202d9da48d105d1aa40d1c.zip |
really fix text mode
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |