summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbfox <bfox>2001-01-08 22:02:48 +0000
committerbfox <bfox>2001-01-08 22:02:48 +0000
commit6f670ec8ae8d1a246c66954100236c90e23ea96c (patch)
treefe4546cdaa83f4bb60e885e6852df0571ecf327a
parenta24a6d6b2d6c6e65848cd3352311d389c2cdabb2 (diff)
downloadanaconda-6f670ec8ae8d1a246c66954100236c90e23ea96c.tar.gz
anaconda-6f670ec8ae8d1a246c66954100236c90e23ea96c.tar.xz
anaconda-6f670ec8ae8d1a246c66954100236c90e23ea96c.zip
Resolves bug #15656. Removes help text at bottom of screen when installing pkgsbecause the buttons don't work then anyway.
-rw-r--r--text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/text.py b/text.py
index fc29187fd..39d032dd1 100644
--- a/text.py
+++ b/text.py
@@ -951,6 +951,7 @@ class InstallInterface:
return WaitWindow(self.screen, title, text)
def packageProgressWindow(self, total, totalSize):
+ self.screen.pushHelpLine (_(" "))
return InstallProgressWindow(self.screen, total, totalSize)
def drawFrame(self):