summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-05-16 14:42:12 +0000
committerErik Troan <ewt@redhat.com>2000-05-16 14:42:12 +0000
commit5598194d7f9a277a704daf5e0f669b7c2a8936a9 (patch)
tree372095d10f31bc98959624ac6e9cc7c230e34f7c /textw
parentc17a3a0d0a0885f10749aeddd6d1721b824c5546 (diff)
downloadanaconda-5598194d7f9a277a704daf5e0f669b7c2a8936a9.tar.gz
anaconda-5598194d7f9a277a704daf5e0f669b7c2a8936a9.tar.xz
anaconda-5598194d7f9a277a704daf5e0f669b7c2a8936a9.zip
fixed matt's renaming exercise
Diffstat (limited to 'textw')
-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 6114fac0c..c8df7ca11 100644
--- a/textw/packages_text.py
+++ b/textw/packages_text.py
@@ -24,7 +24,7 @@ class PackageGroupWindow:
for comp in ct.getSelection():
comp.select (1)
- label.setText(self.size(comps))
+ label.setText(self.size(todo.comps))
def __call__(self, screen, todo, individual):
# be sure that the headers and comps files have been read.