diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-19 04:55:52 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-19 04:55:52 +0000 |
commit | 9c290c1b271f0a67db22131a4cd06024c2aca736 (patch) | |
tree | 8b181fe45d823d1993bd6a9065d8083b5526bc9d /textw | |
parent | 5966633716eee84e062a2e86610c60cc310c3122 (diff) | |
download | anaconda-9c290c1b271f0a67db22131a4cd06024c2aca736.tar.gz anaconda-9c290c1b271f0a67db22131a4cd06024c2aca736.tar.xz anaconda-9c290c1b271f0a67db22131a4cd06024c2aca736.zip |
change 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 4ab1766fe..abcebbcf9 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, dispatch): + def __call__(self, screen, comps, langSupport, dispatch): origSelection = comps.getSelectionState() ct = CheckboxTree(height = 8, scroll = 1) |