summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-09-26 14:06:23 +0000
committerJeremy Katz <katzj@redhat.com>2006-09-26 14:06:23 +0000
commita24ae30116b56592104e579dba5fc658686710e4 (patch)
tree624b3097e4ecee47b9aae217f4f3f7abf9f66e42 /textw
parentf7d42511a13dc3d2d19c068d8653970f67bcbc4e (diff)
downloadanaconda-a24ae30116b56592104e579dba5fc658686710e4.tar.gz
anaconda-a24ae30116b56592104e579dba5fc658686710e4.tar.xz
anaconda-a24ae30116b56592104e579dba5fc658686710e4.zip
2006-09-26 Jeremy Katz <katzj@redhat.com>
* textw/partition_text.py (PartitionTypeWindow.__call__): Fix the help line back
Diffstat (limited to 'textw')
-rw-r--r--textw/partition_text.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py
index 8e1e405da..62c6dfd0f 100644
--- a/textw/partition_text.py
+++ b/textw/partition_text.py
@@ -1586,6 +1586,7 @@ class PartitionTypeWindow:
if res == TEXT_BACK_CHECK:
self.clearDrivelist()
+ screen.popHelpLine()
screen.popWindow()
return INSTALL_BACK
@@ -1624,6 +1625,7 @@ class PartitionTypeWindow:
anaconda.dispatch.skipStep("bootloader", skip = 1)
self.clearDrivelist()
+ screen.popHelpLine()
screen.popWindow()
return INSTALL_OK