installer: Do not sort methods on the partitioning page.
authorLudovic Courtès <ludo@gnu.org>
Mon, 6 May 2019 19:53:35 +0000 (21:53 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 6 May 2019 21:21:33 +0000 (23:21 +0200)
* 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

index 3fb6c50..9e9c57e 100644 (file)
@@ -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)))