diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-09-28 05:28:51 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-09-28 05:28:51 +0000 |
commit | 0d70ff30dd92355c8449d63134555bdd3c622971 (patch) | |
tree | ad3dbb220ae023d00dea23b4bae4a4e84e908721 /textw | |
parent | a8f3b2db37fba662b954309376c3c5c84a9285d1 (diff) | |
download | anaconda-0d70ff30dd92355c8449d63134555bdd3c622971.tar.gz anaconda-0d70ff30dd92355c8449d63134555bdd3c622971.tar.xz anaconda-0d70ff30dd92355c8449d63134555bdd3c622971.zip |
fix arguments (#105811)
Diffstat (limited to 'textw')
-rw-r--r-- | textw/confirm_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/confirm_text.py b/textw/confirm_text.py index 3877e3d4c..1652c16be 100644 --- a/textw/confirm_text.py +++ b/textw/confirm_text.py @@ -43,7 +43,7 @@ class BeginInstallWindow: return INSTALL_OK class BeginUpgradeWindow: - def __call__ (self, screen) : + def __call__ (self, screen, intf, id) : rc = ButtonChoiceWindow (screen, _("Upgrade to begin"), _("A complete log of your upgrade will be in " "%s after rebooting your system. You " |