summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--text.py2
-rw-r--r--textw/upgrade_text.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/text.py b/text.py
index 05bc8028a..7db27ea1e 100644
--- a/text.py
+++ b/text.py
@@ -42,7 +42,7 @@ stepToClasses = {
"fdisk" : ("fdisk_text", "fdiskPartitionWindow" ),
"partitionmethod" : ("partmethod_text", ("PartitionMethod") ),
"partition": ("partition_text", ("PartitionWindow") ),
- "findinstall" : ( "upgrade_text", "UpgradeExamineWindow" ),
+ "findinstall" : ( "upgrade_text", ("UpgradeExamineWindow", "CustomizeUpgradeWindow") ),
"addswap" : ( "upgrade_text", "UpgradeSwapWindow" ),
"bootloader" : ("bootloader_text", ("BootloaderChoiceWindow",
"BootloaderAppendWindow",
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py
index 9fac87bd1..9b31ce6e6 100644
--- a/textw/upgrade_text.py
+++ b/textw/upgrade_text.py
@@ -166,7 +166,7 @@ class UpgradeExamineWindow:
return INSTALL_OK
class CustomizeUpgradeWindow:
- def __call__ (self, screen, dispatch):
+ def __call__ (self, screen, dispatch, intf, id, chroot):
rc = ButtonChoiceWindow (screen, _("Customize Packages to Upgrade"),
_("The packages you have installed, "
"and any other packages which are "