diff options
author | Erik Troan <ewt@redhat.com> | 2000-05-16 18:36:49 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-05-16 18:36:49 +0000 |
commit | d4663fc2a8ce8dff5e6ebf9557707eaeba476076 (patch) | |
tree | 77a76ea0e7133455a98f7b792a9ad2c20f0e5f59 /text.py | |
parent | 079ebcf356077668c6bda1c6fc09b39787b035ac (diff) | |
download | anaconda-d4663fc2a8ce8dff5e6ebf9557707eaeba476076.tar.gz anaconda-d4663fc2a8ce8dff5e6ebf9557707eaeba476076.tar.xz anaconda-d4663fc2a8ce8dff5e6ebf9557707eaeba476076.zip |
pass progressWindow into fstab
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |