diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-19 00:49:22 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-19 00:49:22 +0000 |
commit | efbbd958ed16845749d9cda8d73bc5f3898dc03f (patch) | |
tree | 7d0560dd9bee25968d3399b63b01e39a56a216a5 | |
parent | 40150c9eeefb2edb8be965558db86f50d91504da (diff) | |
download | anaconda-efbbd958ed16845749d9cda8d73bc5f3898dc03f.tar.gz anaconda-efbbd958ed16845749d9cda8d73bc5f3898dc03f.tar.xz anaconda-efbbd958ed16845749d9cda8d73bc5f3898dc03f.zip |
need comps list here
-rw-r--r-- | text.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -486,6 +486,7 @@ class IndividualPackageWindow: if not individual.get(): return todo.getHeaderList() + todo.getCompsList() ct = CheckboxTree(height = 10, scroll = 1) groups = {} |