diff options
author | bfox <bfox> | 2001-01-08 22:02:48 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-01-08 22:02:48 +0000 |
commit | 6f670ec8ae8d1a246c66954100236c90e23ea96c (patch) | |
tree | fe4546cdaa83f4bb60e885e6852df0571ecf327a | |
parent | a24a6d6b2d6c6e65848cd3352311d389c2cdabb2 (diff) | |
download | anaconda-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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): |