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.
master
Ludovic Courtès 2019-05-06 21:53:35 +02:00
parent 04f4bdcd70
commit 1d8da896be
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

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