summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-09-28 05:28:51 +0000
committerJeremy Katz <katzj@redhat.com>2003-09-28 05:28:51 +0000
commit0d70ff30dd92355c8449d63134555bdd3c622971 (patch)
treead3dbb220ae023d00dea23b4bae4a4e84e908721
parenta8f3b2db37fba662b954309376c3c5c84a9285d1 (diff)
downloadanaconda-0d70ff30dd92355c8449d63134555bdd3c622971.tar.gz
anaconda-0d70ff30dd92355c8449d63134555bdd3c622971.tar.xz
anaconda-0d70ff30dd92355c8449d63134555bdd3c622971.zip
fix arguments (#105811)
-rw-r--r--textw/confirm_text.py2
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 "