diff options
Diffstat (limited to 'textw/partition_text.py')
-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 |