summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-07-19 05:19:37 +0000
committerMike Fulbright <msf@redhat.com>2002-07-19 05:19:37 +0000
commitf1d9274b336f4e5f838c54970b7144b616075748 (patch)
tree9e1174582aa84026ff554ae20aa34cfc6afabc40 /textw
parent46ad88cc0fda480fe7f3fd084e8ce12417da7500 (diff)
downloadanaconda-f1d9274b336f4e5f838c54970b7144b616075748.tar.gz
anaconda-f1d9274b336f4e5f838c54970b7144b616075748.tar.xz
anaconda-f1d9274b336f4e5f838c54970b7144b616075748.zip
change in api slightly
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 abcebbcf9..039351662 100644
--- a/textw/packages_text.py
+++ b/textw/packages_text.py
@@ -39,7 +39,7 @@ class PackageGroupWindow:
label.setText(self.size(comps))
- def __call__(self, screen, comps, langSupport, dispatch):
+ def __call__(self, screen, comps, langSupport, instClass, dispatch):
origSelection = comps.getSelectionState()
ct = CheckboxTree(height = 8, scroll = 1)