diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-09-26 14:06:23 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-09-26 14:06:23 +0000 |
commit | a24ae30116b56592104e579dba5fc658686710e4 (patch) | |
tree | 624b3097e4ecee47b9aae217f4f3f7abf9f66e42 /textw | |
parent | f7d42511a13dc3d2d19c068d8653970f67bcbc4e (diff) | |
download | anaconda-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.py | 2 |
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 |