summaryrefslogtreecommitdiffstats
path: root/config/config.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-05-04 13:16:33 +0200
committerDave Davenport <qball@gmpclient.org>2020-05-04 13:16:33 +0200
commit575bf2593a5625e515351bdbab582cc50d39b13a (patch)
treeb9987914dba038b21f3ea9a1f35bb99010b8a091 /config/config.c
parent38cc849239570fc7e3da575f4a0b6d86e11381e9 (diff)
parentd3218c75a4ad7722c77f164955b3ed29c8ead1a9 (diff)
Merge remote-tracking branch 'origin/next' into fbcomplete
Diffstat (limited to 'config/config.c')
-rw-r--r--config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index e3cf8356..62adab5d 100644
--- a/config/config.c
+++ b/config/config.c
@@ -96,7 +96,7 @@ Settings config = {
/** Sort the displayed list */
.sort = FALSE,
/** Use levenshtein sorting when matching */
- .sorting_method = SORT_NORMAL,
+ .sorting_method = "normal",
/** Case sensitivity of the search */
.case_sensitive = FALSE,
/** Cycle through in the element list */