summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-05-16 18:36:49 +0000
committerErik Troan <ewt@redhat.com>2000-05-16 18:36:49 +0000
commitd4663fc2a8ce8dff5e6ebf9557707eaeba476076 (patch)
tree77a76ea0e7133455a98f7b792a9ad2c20f0e5f59 /text.py
parent079ebcf356077668c6bda1c6fc09b39787b035ac (diff)
downloadanaconda-d4663fc2a8ce8dff5e6ebf9557707eaeba476076.tar.gz
anaconda-d4663fc2a8ce8dff5e6ebf9557707eaeba476076.tar.xz
anaconda-d4663fc2a8ce8dff5e6ebf9557707eaeba476076.zip
pass progressWindow into fstab
Diffstat (limited to 'text.py')
-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