1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

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.
This commit is contained in:
Ludovic Courtès
2019-05-06 21:53:35 +02:00
parent 04f4bdcd70
commit 1d8da896be

View 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)))