guix-commits
[Top][All Lists]
Advanced

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

12/20: installer: Fix run-file-textbox-page when edit-button is #f.


From: guix-commits
Subject: 12/20: installer: Fix run-file-textbox-page when edit-button is #f.
Date: Wed, 2 Feb 2022 10:47:06 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit dad9a1c0b2fe4bfeb271e229ddfefb3d894d314d
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Sat Jan 15 14:50:04 2022 +0100

    installer: Fix run-file-textbox-page when edit-button is #f.
    
    * gnu/installer/newt/page.scm (run-file-textbox-page): Check if
    edit-button is #f.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 @@ ITEMS when 'Ok' is pressed."
               (destroy-form-and-pop form))))
 
         (if (and (eq? exit-reason 'exit-component)
+                 edit-button
                  (components=? argument edit-button))
             (loop)                                ;recurse in tail position
             result)))))



reply via email to

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