summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--text.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/text.py b/text.py
index 8c2c24938..e69e79622 100644
--- a/text.py
+++ b/text.py
@@ -228,6 +228,7 @@ class InstallPathWindow:
todo.serial, 0, 0,
todo.intf.waitWindow,
todo.intf.messageWindow,
+ todo.intf.progressWindow,
not todo.expert)
return INSTALL_NOOP
@@ -283,6 +284,7 @@ class InstallPathWindow:
todo.serial, 0, 0,
todo.intf.waitWindow,
todo.intf.messageWindow,
+ todo.intf.progressWindow,
not todo.expert)
return INSTALL_OK
@@ -298,6 +300,7 @@ class UpgradeExamineWindow:
todo.serial, 0, 0,
todo.intf.waitWindow,
todo.intf.messageWindow,
+ todo.intf.progressWindow,
not todo.expert)
return INSTALL_NOOP