guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#53063] [PATCH wip-harden-installer 11/14] installer: Fix run-file-t


From: Josselin Poiret
Subject: [bug#53063] [PATCH wip-harden-installer 11/14] installer: Fix run-file-textbox-page when edit-button is #f.
Date: Thu, 6 Jan 2022 23:48:09 +0100

* gnu/installer/newt/page.scm (run-file-textbox-page): Check if
edit-button is #f.
---
 gnu/installer/newt/page.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/installer/newt/page.scm b/gnu/installer/newt/page.scm
index d9901c33a1..9c684a3899 100644
--- a/gnu/installer/newt/page.scm
+++ b/gnu/installer/newt/page.scm
@@ -812,6 +812,7 @@ (define result
               (destroy-form-and-pop form))))
 
         (if (and (eq? exit-reason 'exit-component)
+                 edit-button
                  (components=? argument edit-button))
             (loop)                                ;recurse in tail position
             result)))))
-- 
2.34.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]