diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-19 05:19:37 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-19 05:19:37 +0000 |
commit | f1d9274b336f4e5f838c54970b7144b616075748 (patch) | |
tree | 9e1174582aa84026ff554ae20aa34cfc6afabc40 /textw | |
parent | 46ad88cc0fda480fe7f3fd084e8ce12417da7500 (diff) | |
download | anaconda-f1d9274b336f4e5f838c54970b7144b616075748.tar.gz anaconda-f1d9274b336f4e5f838c54970b7144b616075748.tar.xz anaconda-f1d9274b336f4e5f838c54970b7144b616075748.zip |
change in api slightly
Diffstat (limited to 'textw')
-rw-r--r-- | textw/packages_text.py | 2 |
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) |