summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 "