diff options
author | Chris Lumens <clumens@redhat.com> | 2008-10-07 19:27:40 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2008-10-07 19:28:21 -0400 |
commit | a8b12ad5381559a9be0f0e6d3ea290d001732f4a (patch) | |
tree | 6bf6eae14375cbc29ead1b3fa62006c87ff46579 /textw/task_text.py | |
parent | a52d91f4ac6da9b8761c2cb102c0840e657300bf (diff) | |
download | anaconda-a8b12ad5381559a9be0f0e6d3ea290d001732f4a.tar.gz anaconda-a8b12ad5381559a9be0f0e6d3ea290d001732f4a.tar.xz anaconda-a8b12ad5381559a9be0f0e6d3ea290d001732f4a.zip |
Fix a typo.
Diffstat (limited to 'textw/task_text.py')
-rw-r--r-- | textw/task_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/task_text.py b/textw/task_text.py index 492789f79..0c062685e 100644 --- a/textw/task_text.py +++ b/textw/task_text.py @@ -53,7 +53,7 @@ class TaskWindow: if not self.backend.groupListExists(grps): continue - if self.backend.groupListDefault(grps) + if self.backend.groupListDefault(grps): ct.append(_(txt), txt, True) else: ct.append(_(txt), txt, False) |