summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-10-07 22:05:01 +0000
committerMike Fulbright <msf@redhat.com>2003-10-07 22:05:01 +0000
commit4da0f05594a68248a1aa45abc60844a467cda017 (patch)
treef50b3ab3d9c4c05fd0dca53df58bfa6cf1e59ff4 /textw
parent10c36561f6cda7821f4f484af0bef0ba6fcbeefe (diff)
downloadanaconda-4da0f05594a68248a1aa45abc60844a467cda017.tar.gz
anaconda-4da0f05594a68248a1aa45abc60844a467cda017.tar.xz
anaconda-4da0f05594a68248a1aa45abc60844a467cda017.zip
better time estimation. Some debugging code left in commented out so I can turn on profiling again
Diffstat (limited to 'textw')
-rw-r--r--textw/progress_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/progress_text.py b/textw/progress_text.py
index 977405cb5..5ce899306 100644
--- a/textw/progress_text.py
+++ b/textw/progress_text.py
@@ -87,7 +87,7 @@ class InstallProgressWindow:
def processEvents(self):
pass
- def setSizes(self, total, totalSize):
+ def setSizes(self, total, totalSize, totalFiles):
screen = self.screen
if self.showdownload: