guix-commits
[Top][All Lists]
Advanced

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

03/07: installer: Do not sort methods on the partitioning page.


From: guix-commits
Subject: 03/07: installer: Do not sort methods on the partitioning page.
Date: Mon, 6 May 2019 17:23:20 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1d8da896be9629c7bc3d5d4e4e1028ccbab76506
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 6 21:53:35 2019 +0200

    installer: Do not sort methods on the partitioning page.
    
    * gnu/installer/newt/partition.scm (run-partioning-page): Pass
     #:sort-listbox-items? #f so that methods always appear in the same
     order.
---
 gnu/installer/newt/partition.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/installer/newt/partition.scm b/gnu/installer/newt/partition.scm
index 3fb6c50..9e9c57e 100644
--- a/gnu/installer/newt/partition.scm
+++ b/gnu/installer/newt/partition.scm
@@ -734,6 +734,7 @@ by pressing the Exit button.~%~%")))
                     #:title (G_ "Partitioning method")
                     #:listbox-items items
                     #:listbox-item->text cdr
+                    #:sort-listbox-items? #f
                     #:button-text (G_ "Exit")
                     #:button-callback-procedure button-exit-action))
            (method (car result)))



reply via email to

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