summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-05-04 22:02:10 +0000
committerErik Troan <ewt@redhat.com>2000-05-04 22:02:10 +0000
commit31d174dcc8249437fe40a013b9b28da2f7d10dda (patch)
tree91cc953dde34ccc59ee11f877ed9d7017f534097
parentbbdbe1699825081049b6923a2b4ef64fbdb4841c (diff)
downloadanaconda-31d174dcc8249437fe40a013b9b28da2f7d10dda.tar.gz
anaconda-31d174dcc8249437fe40a013b9b28da2f7d10dda.tar.xz
anaconda-31d174dcc8249437fe40a013b9b28da2f7d10dda.zip
moved a comment
-rw-r--r--textw/packages_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/packages_text.py b/textw/packages_text.py
index 23f7aeba2..cc06d13ba 100644
--- a/textw/packages_text.py
+++ b/textw/packages_text.py
@@ -17,9 +17,9 @@ class PackageGroupWindow:
if not comp.hidden: comp.unselect(0)
# it's a shame component selection sucks
+ comps['Base'].select (1)
# turn on all the comps we selected
- comps['Base'].select (1)
for comp in ct.getSelection():
comp.select (1)