summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-11-17 20:47:12 +0000
committerErik Troan <ewt@redhat.com>2000-11-17 20:47:12 +0000
commit17654eca4d85bbe83d2bb7402f6e3490d47b3077 (patch)
tree2918fce60bfc1b0dc15247518b0aa5f15be07db8 /textw
parent6bf89a0f7bf92317d2c4855daffa99a85dcc173a (diff)
downloadanaconda-17654eca4d85bbe83d2bb7402f6e3490d47b3077.tar.gz
anaconda-17654eca4d85bbe83d2bb7402f6e3490d47b3077.tar.xz
anaconda-17654eca4d85bbe83d2bb7402f6e3490d47b3077.zip
changed the way optional groups are chosen
Diffstat (limited to 'textw')
-rw-r--r--textw/packages_text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/packages_text.py b/textw/packages_text.py
index cb39e1459..4b701f039 100644
--- a/textw/packages_text.py
+++ b/textw/packages_text.py
@@ -41,8 +41,8 @@ class PackageGroupWindow:
show = 0
if showgroups:
try:
- showgroups.index (comp.name)
- show = 1
+ if klass.findOptionalGroup (comp.name):
+ show = 1
except ValueError:
# comp not in show list
pass